GraphicsPath::IsVisible Method (Int32, Int32)

 

Indicates whether the specified point is contained within this GraphicsPath.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
bool IsVisible(
	int x,
	int y
)

Parameters

x
Type: System::Int32

The x-coordinate of the point to test.

y
Type: System::Int32

The y-coordinate of the point to test.

Return Value

Type: System::Boolean

This method returns true if the specified point is contained within this GraphicsPath; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: