[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawRect

DrawRect Method

DrawRect(float, float, float, float)

Draws the rect.

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

DrawRect(RectangleF)

Draws the rect.

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

The rc.