Region::IsVisible Method (Single, Single)

 

Tests whether the specified point is contained within this Region.

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

public:
bool IsVisible(
	float x,
	float y
)

Parameters

x
Type: System::Single

The x-coordinate of the point to test.

y
Type: System::Single

The y-coordinate of the point to test.

Return Value

Type: System::Boolean

true when the specified point is contained within this Region; otherwise, false.

For a code example, see the IsVisible(RectangleF) method.

.NET Framework
Available since 1.1
Return to top
Show: