GraphicsPath::IsOutlineVisible Method (Point, Pen^, Graphics^)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- pt
-
Type:
System.Drawing::Point
A Point that specifies the location to test.
- pen
-
Type:
System.Drawing::Pen^
The Pen 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 the outline of this GraphicsPath as 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. The coordinates of the point to be tested are given in world coordinates. The transform matrix of graphics is temporarily applied before testing for visibility.
For an example, see IsOutlineVisible(Int32, Int32, Pen^, Graphics^).
Available since 1.1