Calculates a value of dimension specified by LengthAbs.
シンタックス
'宣言
Protected Overridable Sub CalcLengthAbs( _
ByVal As RefDim, _
ByVal As LengthAbs, _
ByVal As System.Boolean, _
ByRef As PageAreaBase, _
ByRef As System.Double _
)
'使用法
Dim instance As RenderFragment
Dim dim As RefDim
Dim length As LengthAbs
Dim customObjectDimension As System.Boolean
Dim pageArea As PageAreaBase
Dim value As System.Double
instance.CalcLengthAbs(dim, length, customObjectDimension, pageArea, value)
protected virtual void CalcLengthAbs(
RefDim ,
LengthAbs ,
System.bool ,
out PageAreaBase ,
out System.double
)
パラメータ
- dim
- Dimension to calculate.
- length
- LengthAbs object defining a value of dimension.
- customObjectDimension
- The custom object's dimension is resolved.
- pageArea
- Contains PageAreaBase object referenced by LengthAbs on exit.
- value
- Contains value of coordinate or size on exit.
参照