PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / FillEllipse Method / FillEllipse(Color,Double,Double,Double,Double) Method
x-coordinate of the upper-left corner of the bounding rectangle.
x-coordinate of the upper-left corner of the bounding rectangle.
Width of the bounding rectangle.
Height of the bounding rectangle.

In This Topic
    FillEllipse(Color,Double,Double,Double,Double) Method
    In This Topic
    Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FillEllipse( _
       ByVal color As Color, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    public void FillEllipse( 
       Color color,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    color
    x
    x-coordinate of the upper-left corner of the bounding rectangle.
    y
    x-coordinate of the upper-left corner of the bounding rectangle.
    width
    Width of the bounding rectangle.
    height
    Height of the bounding rectangle.
    Remarks
    All coordinates are expressed in points, measured from the upper-left corner of the page.
    See Also