[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.FillRectangle

FillRectangle Method

FillRectangle(Color, float, float, float, float)

Fill rectangle from this document.

Declaration
public void FillRectangle(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

FillRectangle(Color, RectangleF)

Fill rectangle from this document.

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

The drawing color.

RectangleF rc

The drawing rectangle.

Implements

FillRectangle(Color, RectangleF, SizeF)

Fill round rectangle from this document.

Declaration
public void FillRectangle(Color clr, RectangleF rc, SizeF corners)
Parameters
Type Name Description
Color clr

The drawing color.

RectangleF rc

The drawing rectangle.

SizeF corners

The cones size.

Implements