[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Border.MarginsInPoints

MarginsInPoints Method

MarginsInPoints(float, float, float)

Returns a Border.BorderMargins object that contains the thickness of the top, left, right, and bottom edges of the drawn border.

Declaration
[Browsable(false)]
public Border.BorderMargins MarginsInPoints(float pageScale, float dpiX, float dpiY)
Parameters
Type Name Description
float pageScale

The page scale.

float dpiX

The dpi X value.

float dpiY

the dpi Y value.

Returns
Type Description
Border.BorderMargins

Returns the border margins.