GraphicsPath::IsOutlineVisible Method
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)
| Name | Description | |
|---|---|---|
![]() | IsOutlineVisible(Int32, Int32, Pen^) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
![]() | IsOutlineVisible(Int32, Int32, 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. |
![]() | IsOutlineVisible(Point, Pen^) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
![]() | IsOutlineVisible(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. |
![]() | IsOutlineVisible(PointF, Pen^) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
![]() | IsOutlineVisible(PointF, 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. |
![]() | IsOutlineVisible(Single, Single, Pen^) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
![]() | IsOutlineVisible(Single, Single, 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. |
