[]
        
(Showing Draft Content)

FarPoint.Web.Spread.BaseCellType.ProcessMargin

ProcessMargin Method

ProcessMargin(RectangleF, Inset)

Processes the margin.

Declaration
protected RectangleF ProcessMargin(RectangleF rect, Inset margin)
Protected Function ProcessMargin(rect As RectangleF, margin As Inset) As RectangleF
Parameters
Type Name Description
RectangleF rect

The rectangle.

Inset margin

The margin.

Returns
Type Description
RectangleF

ProcessMargin(RectangleF, Inset, float)

Processes the margin.

Declaration
protected RectangleF ProcessMargin(RectangleF rect, Inset margin, float zoomFactor)
Protected Function ProcessMargin(rect As RectangleF, margin As Inset, zoomFactor As Single) As RectangleF
Parameters
Type Name Description
RectangleF rect

The rectangle.

Inset margin

The margin.

float zoomFactor

The zoom factor.

Returns
Type Description
RectangleF