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