ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / FillEllipse Method / FillEllipse(Color,RectangleF) Method
The color used to fill the ellipse.
The rectangle structure that specifies the bounding rectangle.

In This Topic
    FillEllipse(Color,RectangleF) 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 RectangleF _
    ) 
    public void FillEllipse( 
       Color color,
       RectangleF rc
    )

    Parameters

    color
    The color used to fill the ellipse.
    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