LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LengthToLogical Method
See Also 



length
The input physical length.
length
The input physical length.
Converts the specified length value from physical to logical coordinates.

Syntax

Visual Basic (Declaration) 
Public Function LengthToLogical( _
   ByVal length As Single _
) As Single
Visual Basic (Usage)Copy Code
Dim instance As Transformer
Dim length As Single
Dim value As Single
 
value = instance.LengthToLogical(length)
C# 
public float LengthToLogical( 
   float length
)
C++/CLI 
public:
float LengthToLogical( 
   float length
) 

Parameters

length
The input physical length.

Return Value

The length converted from physical to logical coordinates.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also