Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

LengthToPhysical(AnnLength) Method






The AnnLength value to be converted.
Converts the input AnnLength value from logical to physical coordinates.
Syntax
public AnnLength LengthToPhysical( 
   AnnLength length
)
'Declaration
 
Public Overloads Function LengthToPhysical( _
   ByVal length As AnnLength _
) As AnnLength
'Usage
 
Dim instance As AnnTransformer
Dim length As AnnLength
Dim value As AnnLength
 
value = instance.LengthToPhysical(length)

            

            
public:
AnnLength LengthToPhysical( 
   AnnLength length
) 

Parameters

length
The AnnLength value to be converted.

Return Value

The converted (physical) AnnLength value.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)