2 references to IsVisible
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
587public bool IsVisible(Point point) => IsVisible(point.X, point.Y);
System.Drawing.Common.Tests (1)
System\Drawing\GraphicsTests.cs (1)
2840bool result1 = graphics.IsVisible(x, y);