Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
LengthToLogical Method
See Also 
Leadtools Namespace > Transformer Class : LengthToLogical Method




length
The input physical length.
Converts the specified length value from physcial 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
)
Managed Extensions for C++ 
public: float LengthToLogical( 
   float length
) 
C++/CLI 
public:
float LengthToLogical( 
   float length
) 

Parameters

length
The input physical length.

Return Value

The length converted rom physcial to logical coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also