GraphicsPath::IsVisible Method (PointF)
.NET Framework (current version)
Indicates whether the specified point is contained within this GraphicsPath.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- point
-
Type:
System.Drawing::PointF
A PointF that represents the point to test.
Return Value
Type: System::BooleanThis method returns true if the specified point is contained within this GraphicsPath; otherwise, false.
For an example, see IsVisible(Int32, Int32, Graphics^).
.NET Framework
Available since 1.1
Available since 1.1
Show: