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

In This Topic
    FillEllipse(Brush,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 brush As Brush, _
       ByVal rc As RectangleF _
    ) 
    public void FillEllipse( 
       Brush brush,
       RectangleF rc
    )

    Parameters

    brush
    The object that determines 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