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

In This Topic
    DrawPolygon Method
    In This Topic
    Draws a polygon specified by an array of points, using a specified line color, width and style.

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

    Overload List
    OverloadDescription
    Draws a polygon specified by an array of points, using a specified line color, width and style.

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

     
    Draws a polygon specified by an array of points, using a specified line color, width and dash pattern.

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

     
    Draws a polygon specified by an array of points, using a specified pen.  
    Draws a polygon specified by an array of points, using a specified line color, width and style.

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

     
    Draws a polygon specified by an array of points, using a specified line color, width and dash pattern.

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

     
    Draws a polygon specified by an array of points, using a specified pen.  
    See Also