ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / FillEllipse Method / FillEllipse(Color,Double,Double,Double,Double) Method
The drawing color.
The x (top-left corner) coordinate.
The y (top-left corner) coordinate.
The width of the rectangle.
The height of the rectangle.

In This Topic
    FillEllipse(Color,Double,Double,Double,Double) Method
    In This Topic
    Fill ellipse from this document.
    Syntax
    'Declaration
     
    Public Overloads Sub FillEllipse( _
       ByVal clr As Color, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    public void FillEllipse( 
       Color clr,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    clr
    The drawing color.
    x
    The x (top-left corner) coordinate.
    y
    The y (top-left corner) coordinate.
    width
    The width of the rectangle.
    height
    The height of the rectangle.
    See Also