'宣言 Protected Overridable Sub CalcLengthExp( _ ByVal dim As RefDim, _ ByVal length As LengthExp, _ ByVal customObjectDimension As System.Boolean, _ ByRef pageArea As PageAreaBase, _ ByRef value As System.Double _ )
'使用法 Dim instance As RenderFragment Dim dim As RefDim Dim length As LengthExp Dim customObjectDimension As System.Boolean Dim pageArea As PageAreaBase Dim value As System.Double instance.CalcLengthExp(dim, length, customObjectDimension, pageArea, value)
protected virtual void CalcLengthExp( RefDim dim, LengthExp length, System.bool customObjectDimension, out PageAreaBase pageArea, out System.double value )
パラメータ
- dim
- Dimension to calculate.
- length
- LengthExp object defining a value of dimension.
- customObjectDimension
- Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc.
- pageArea
- Contains PageAreaBase object on exit.
- value
- Contains value of coordinate or size on exit.
戻り値の型
true if no error occurs, false otherwise.