Region::IsVisible Method (Single, Single)
.NET Framework (current version)
Tests whether the specified point is contained within this Region.
Assembly: System.Drawing (in System.Drawing.dll)
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::Booleantrue 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
Available since 1.1
Show: