convert Method

Summary

Converts a value from one unit to another.

Syntax
TypeScript
JavaScript
convert = function( 
   value, 
   sourceUnit, 
   destinationUnit 
) 
static convert( 
   value: number, 
   sourceUnit: AnnUnit, 
   destinationUnit: AnnUnit 
): number; 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly