3 references to IsVisible
System.Drawing (3)
commonui\System\Drawing\Region.cs (3)
930
return
IsVisible
(new Rectangle(x, y, width, height), null);
941
return
IsVisible
(rect, null);
952
return
IsVisible
(new Rectangle(x, y, width, height), g);