Converts the specified length value from logical to physical coordinates.
public float LengthToPhysical(
float
)
'Declaration
Public Function LengthToPhysical( _
ByVal 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
)
Parameters
- length
- The input logical length.
Return Value
The length converted from logical to physical coordinates.