PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / FillEllipse Method / FillEllipse(Color,Rect) Method
The rectangle structure that specifies the bounding rectangle.

In This Topic
    FillEllipse(Color,Rect) Method
    In This Topic
    Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FillEllipse( _
       ByVal color As Color, _
       ByVal rc As Rect _
    ) 
    public void FillEllipse( 
       Color color,
       Rect rc
    )

    Parameters

    color
    rc
    The 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