Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawEllipse Method / DrawEllipse(RectangleF,Pen) Method

In This Topic
    DrawEllipse(RectangleF,Pen) Method
    In This Topic
    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
    pen
    See Also