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



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

Syntax

Visual Basic (Declaration) 
Public Function LengthToPhysical( _
   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.LengthToPhysical(length)
C# 
public float LengthToPhysical( 
   float length
)
C++/CLI 
public:
float LengthToPhysical( 
   float length
) 

Parameters

length
The input logical length.

Return Value

The length converted from logical to physical coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also