This topic has not yet been rated - Rate this topic

GraphicsPath.IsOutlineVisible Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.