GraphicsPath::IsOutlineVisible Method (Int32, Int32, 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
- x
-
Type:
System::Int32
The x-coordinate of the point to test.
- y
-
Type:
System::Int32
The y-coordinate of the point 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: