[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Border.Render

Render Method

Render(ArrayList, RectangleF, float, float, float)

Renders the border around the specified rectangle.

Declaration
public void Render(ArrayList borderLines, RectangleF bounds, float dpiX, float dpiY, float pageScale)
Parameters
Type Name Description
ArrayList borderLines

The border lines.

RectangleF bounds

The Border's rectangle in inches.

float dpiX

The dpi X value.

float dpiY

The dpi Y value.

float pageScale

Graphics' page scale.