LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

LengthToPhysical Method

Show in webframe





The input logical length.
Converts the specified length value from logical to physical coordinates.
Syntax
public float LengthToPhysical( 
   float length
)
'Declaration
 
Public Function LengthToPhysical( _
   ByVal length As Single _
) As Single
'Usage
 
Dim instance As Transformer
Dim length As Single
Dim value As Single
 
value = instance.LengthToPhysical(length)

            

            
public:
float LengthToPhysical( 
   float length
) 

Parameters

length
The input logical length.

Return Value

The length converted from logical to physical coordinates.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members

 

 


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