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