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