LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

LengthToPhysical Method






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
)
 function Leadtools.Drawing.Transformer.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Transformer Class
Transformer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.