3 references to IsVisible
System.Drawing (3)
commonui\System\Drawing\Region.cs (3)
835return IsVisible(new RectangleF(x, y, width, height), null); 846return IsVisible(rect, null); 857return IsVisible(new RectangleF(x, y, width, height), g);