'宣言 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
- 計算するディメンション。
- length
- ディメンションの値を定義する LengthExp オブジェクト。
- customObjectDimension
- RenderLine のポイントの座標、RenderTable の列幅など、カスタムオブジェクトディメンションが解決されることを示します。
- pageArea
- 終了時に、PageAreaBase オブジェクトを含みます。
- value
- 終了時に、座標またはサイズの値を含みます。
戻り値の型
エラーが発生しなかった場合は true、その他の場合は false。