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