GraphicsPath.IsOutlineVisible
GraphicsPath.IsOutlineVisible method
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.
public bool IsOutlineVisible(PointF point, Pen pen)
Parameter | Type | Description |
---|---|---|
point | PointF | A PointF that specifies the location to test. |
pen | Pen | The Pen to test. |
Return Value
This method returns true
if the specified point is contained within the outline of this GraphicsPath when drawn with the specified Pen; otherwise, false
.
See Also
- struct PointF
- class Pen
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing