GraphicsPath::IsOutlineVisible Method

 

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodIsOutlineVisible(Int32, Int32, Pen^)

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.

System_CAPS_pubmethodIsOutlineVisible(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.

System_CAPS_pubmethodIsOutlineVisible(Point, Pen^)

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.

System_CAPS_pubmethodIsOutlineVisible(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.

System_CAPS_pubmethodIsOutlineVisible(PointF, Pen^)

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.

System_CAPS_pubmethodIsOutlineVisible(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.

System_CAPS_pubmethodIsOutlineVisible(Single, Single, Pen^)

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen.

System_CAPS_pubmethodIsOutlineVisible(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.

Return to top
Show: