LEADTOOLS Annotations (Leadtools.Annotations assembly)

LengthToLogical(AnnLength) Method

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.