Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Convert Method






Value to be converted. This is in sourceUnit units.
The source unit.
The destination unit.
Converts a value from one unit to another.
Syntax
'Declaration
 
Public Shared Function Convert( _
   ByVal value As Double, _
   ByVal sourceUnit As AnnUnit, _
   ByVal destinationUnit As AnnUnit _
) As Double
+(double) convert:(double) value
       sourceUnit:(LTAnnUnit) sourceUnit
  destinationUnit:(LTAnnUnit) destinationUnit;
            
public static double convert(
   double value,
   AnnUnit sourceUnit,
   AnnUnit destinationUnit
)
            
 function Leadtools.Annotations.Core.AnnUnitConverter.Convert( 
   value ,
   sourceUnit ,
   destinationUnit 
)

Parameters

value
Value to be converted. This is in sourceUnit units.
sourceUnit
The source unit.
destinationUnit
The destination unit.

Return Value

The value of value in destinationUnit.
Remarks

Use this method to convert from any unit to any other unit, except pixels. For pixels conversions, use the ConvertToPixels and ConvertFromPixels methods. These methods accept the DPI (dots per inch) value to use in the conversion.

Requirements

Target Platforms

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features