GraphicsPath::IsVisible Method (PointF, Graphics^)
.NET Framework (current version)
Indicates whether the specified point is contained within this GraphicsPath.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- pt
-
Type:
System.Drawing::PointF
A PointF that represents the point to test.
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics for which to test visibility.
Return Value
Type: System::BooleanThis method returns true if the specified point is contained within this; otherwise, false.
The coordinates of the point to be tested are given in world coordinates. The transform matrix of the graphics parameter is temporarily applied before testing for visibility.
For an example, see IsVisible(Int32, Int32, Graphics^).
.NET Framework
Available since 1.1
Available since 1.1
Show: