[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.FillRect

FillRect Method

FillRect(float, float, float, float)

Fills the rect.

Declaration
public void FillRect(float left, float top, float width, float height)
Parameters
Type Name Description
float left

The left.

float top

The top.

float width

The width.

float height

The height.

FillRect(RectangleF)

Fills the rect.

Declaration
public void FillRect(RectangleF rc)
Parameters
Type Name Description
RectangleF rc

The rc.