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

In This Topic
    DrawEllipse Method (GcGraphics)
    In This Topic
    Draws an ellipse using a specified line color, width and style.

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

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

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

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

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

     
    Draws an ellipse using a specified pen.  
    See Also