GraphicsPath::IsOutlineVisible Method (PointF, Pen^)
.NET Framework (current version)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- point
-
Type:
System.Drawing::PointF
A PointF that specifies the location to test.
- pen
-
Type:
System.Drawing::Pen^
The Pen to test.
Return Value
Type: System::BooleanThis method returns true if the specified point is contained within the outline of this GraphicsPath when drawn with the specified Pen; otherwise, false.
This method tests to see if the outline of a given path is rendered visible at the specified point.
For an example, see IsOutlineVisible(Int32, Int32, Pen^, Graphics^).
.NET Framework
Available since 1.1
Available since 1.1
Show: