PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / DrawEllipse Method / DrawEllipse(Pen,Rect) Method
Pen object that determines the color, width, and style of the rectangle.
A rectangle structure that specifies the bounding rectangle.

In This Topic
    DrawEllipse(Pen,Rect) Method
    In This Topic
    Draws an ellipse defined by a bounding rectangle specified by a rectangle structure.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DrawEllipse( _
       ByVal pen As Pen, _
       ByVal rc As Rect _
    ) 
    public void DrawEllipse( 
       Pen pen,
       Rect rc
    )

    Parameters

    pen
    Pen object that determines the color, width, and style of the rectangle.
    rc
    A rectangle structure that specifies the bounding rectangle.
    Remarks
    All coordinates are expressed in points, measured from the upper-left corner of the page.
    See Also