[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Border.Inflate

Inflate Method

Inflate(float, RectangleF)

Inflates the boundaries according to the mergins.

Declaration
public RectangleF Inflate(float pageScale, RectangleF bounds)
Parameters
Type Name Description
float pageScale

The page scale.

RectangleF bounds

Specified bounds.

Returns
Type Description
RectangleF

Returns the inflated bounds.

Inflate(float, RectangleF, float)

Inflates the boundaries according to the mergins.

Declaration
public RectangleF Inflate(float pageScale, RectangleF bounds, float percentage)
Parameters
Type Name Description
float pageScale

The page scale.

RectangleF bounds

Specified bounds.

float percentage

The specified percentage.

Returns
Type Description
RectangleF

Returns the inflated bounds.