[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.FillEllipse

FillEllipse Method

FillEllipse(Color, float, float, float, float)

Fill ellipse from this document.

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

The drawing color.

float x

The x (top-left corner) coordinate.

float y

The y (top-left corner) coordinate.

float width

The width of the rectangle.

float height

The height of the rectangle.

Implements

FillEllipse(Color, RectangleF)

Fill ellipse from this document.

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

The drawing color.

RectangleF rc

The drawing rectangle.

Implements