Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawPath Method

In This Topic
    DrawPath Method
    In This Topic
    Draws a path using a specified line color, width and style.

    If the value of lineStyle parameter is not DashStyle.Solid, the path is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

    Overload List
    OverloadDescription
    Draws a path using a specified line color, width and style.

    If the value of lineStyle parameter is not DashStyle.Solid, the path is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a path using a specified line color, width and dash pattern.

    If the dashPattern array contains two or more items, the path is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a path using a specified pen.  
    See Also