Calculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overridable Sub CalcLengthRef( _
   ByVal  As RefDim, _
   ByVal  As LengthRef, _
   ByVal  As System.Boolean, _
   ByRef  As PageAreaBase, _
   ByRef  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 ,
   LengthRef ,
   System.bool ,
   out PageAreaBase ,
   out System.double 
)
             
        
             
        
            パラメータ
- 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.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照