C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderFragment Class / GetReferencedObject Method
The dimension which is specified by length.
The LengthRef to check.

In This Topic
GetReferencedObject Method (RenderFragment)
In This Topic
Gets the object referenced by a LengthRef object. Called only from ResolveLengthRef.
Syntax
'Declaration
 
Protected Overridable Function GetReferencedObject( _
   ByVal dim As RefDim, _
   ByVal length As LengthRef _
) As Object
 

Parameters

dim
The dimension which is specified by length.
length
The LengthRef to check.

Return Value

The object referenced by length.
See Also