Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

LengthToLogical Method






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

Parameters

length
The input physical length.

Return Value

The length converted from physical to logical coordinates.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members

Error processing SSI file