←Select platform

Convert Method

Summary
Converts a value from one unit to another.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static double Convert( 
   double value, 
   AnnUnit sourceUnit, 
   AnnUnit destinationUnit 
) 
+(double) convert:(double) value 
       sourceUnit:(LTAnnUnit) sourceUnit 
  destinationUnit:(LTAnnUnit) destinationUnit; 
public static double convert( 
   double value, 
   AnnUnit sourceUnit, 
   AnnUnit destinationUnit 
) 
public:  
   static double Convert( 
      double value, 
      AnnUnit^ sourceUnit, 
      AnnUnit^ destinationUnit 
   ) 
def Convert(self,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

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.