LEADTOOLS Annotations (Leadtools.Annotations assembly)

LengthToPhysical(AnnLength) Method

Show in webframe





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

 

 


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