PrintDocument for WinForms
CalcLengthRef メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : CalcLengthRef メソッド
Dimension to calculate.
LengthRef object defining a value of dimension.
Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc.
Contains PageAreaBase object referenced by LengthRef on exit.
Contains value of coordinate or size on exit.
Calculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).
シンタックス
'宣言
 
Protected Overridable Sub CalcLengthRef( _
   ByVal dim As RefDim, _
   ByVal length As LengthRef, _
   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 LengthRef
Dim customObjectDimension As System.Boolean
Dim pageArea As PageAreaBase
Dim value As System.Double
 
instance.CalcLengthRef(dim, length, customObjectDimension, pageArea, value)
protected virtual void CalcLengthRef( 
   RefDim dim,
   LengthRef length,
   System.bool customObjectDimension,
   out PageAreaBase pageArea,
   out System.double value
)

パラメータ

dim
Dimension to calculate.
length
LengthRef 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 referenced by LengthRef on exit.
value
Contains value of coordinate or size on exit.
参照

RenderFragment クラス
RenderFragment メンバ