Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawEllipse Method / DrawEllipse(RectangleF,Pen) Method
A System.Drawing.RectangleF structure that specifies the ellipse to draw.
The pen used to draw the ellipse.

In This Topic
    DrawEllipse(RectangleF,Pen) Method
    In This Topic
    Draws an ellipse using a specified pen.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawEllipse( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal pen As Pen _
    ) 
    public void DrawEllipse( 
       System.Drawing.RectangleF bounds,
       Pen pen
    )

    Parameters

    bounds
    A System.Drawing.RectangleF structure that specifies the ellipse to draw.
    pen
    The pen used to draw the ellipse.
    See Also