[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.CalcLengthExp

CalcLengthExp Method

CalcLengthExp(RefDim, LengthExp, bool, out PageAreaBase, out double)

Calculates a value of dimension specified by the LengthExp object. (dimension is an expression).

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

Dimension to calculate.

LengthExp length

LengthExp object defining a value of dimension.

bool customObjectDimension

Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc.

PageAreaBase pageArea

Contains PageAreaBase object on exit.

double value

Contains value of coordinate or size on exit.