Region::IsVisible Method (PointF, Graphics^)
.NET Framework (current version)
Tests whether the specified PointF structure is contained within this Region when drawn using the specified Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- point
-
Type:
System.Drawing::PointF
The PointF structure to test.
- g
-
Type:
System.Drawing::Graphics^
A Graphics that represents a graphics context.
Return Value
Type: System::Booleantrue when point is contained within this Region; otherwise, false.
The current transformation of the graphics context is used to compute the region interior and the point coordinates on the drawing surface.
For a code example, see the IsVisible(RectangleF) method.
.NET Framework
Available since 1.1
Available since 1.1
Show: