[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.FillEllipse

FillEllipse Method

FillEllipse(Color, double, double, double, double)

Fill ellipse from this document.

Declaration
public void FillEllipse(Color clr, double x, double y, double width, double height)
Parameters
Type Name Description
Color clr

The drawing color.

double x

The x (top-left corner) coordinate.

double y

The y (top-left corner) coordinate.

double width

The width of the rectangle.

double height

The height of the rectangle.

FillEllipse(Color, Rect)

Fill ellipse from this document.

Declaration
public void FillEllipse(Color clr, Rect rc)
Parameters
Type Name Description
Color clr

The drawing color.

Rect rc

The drawing rectangle.