PrintDocument for WinForms
CalcLengthAbs メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : CalcLengthAbs メソッド
Dimension to calculate.
LengthAbs object defining a value of dimension.
The custom object's dimension is resolved.
Contains PageAreaBase object referenced by LengthAbs on exit.
Contains value of coordinate or size on exit.
Calculates a value of dimension specified by LengthAbs.
シンタックス
'宣言
 
Protected Overridable Sub CalcLengthAbs( _
   ByVal dim As RefDim, _
   ByVal length As LengthAbs, _
   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 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 dim,
   LengthAbs length,
   System.bool customObjectDimension,
   out PageAreaBase pageArea,
   out System.double value
)

パラメータ

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.
参照

RenderFragment クラス
RenderFragment メンバ