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

Show in webframe

LengthToLogical(AnnLength) Method






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

            

            
public:
AnnLength LengthToLogical( 
   AnnLength length
) 

Parameters

length
The AnnLength value to be converted.

Return Value

The converted (logical) 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)