[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawBorder

DrawBorder Method

DrawBorder(Border, float, float, float, float)

Draws the border.

Declaration
public void DrawBorder(Border border, float left, float top, float width, float height)
Parameters
Type Name Description
Border border

The border.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

DrawBorder(Border, RectangleF)

Draws the border.

Declaration
public void DrawBorder(Border border, RectangleF bounds)
Parameters
Type Name Description
Border border

The border.

RectangleF bounds

The bounds.

DrawBorder(Border, RectangleF, float, float, float, float)

Draws the border.

Declaration
public void DrawBorder(Border border, RectangleF bounds, float bWidthT, float bWidthL, float bWidthB, float bWidthR)
Parameters
Type Name Description
Border border

The border.

RectangleF bounds

The bounds.

float bWidthT
float bWidthL
float bWidthB
float bWidthR