[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.CalcLengthAbs

CalcLengthAbs Method

CalcLengthAbs(RefDim, LengthAbs, bool, out PageAreaBase, out double)

Calculates a value of dimension specified by LengthAbs.

Declaration
protected virtual void CalcLengthAbs(RefDim dim, LengthAbs length, bool customObjectDimension, out PageAreaBase pageArea, out double value)
Parameters
Type Name Description
RefDim dim

Dimension to calculate.

LengthAbs length

LengthAbs object defining a value of dimension.

bool customObjectDimension

The custom object's dimension is resolved.

PageAreaBase pageArea

Contains PageAreaBase object referenced by LengthAbs on exit.

double value

Contains value of coordinate or size on exit.