convert Method

Summary

Converts a value from one unit to another.

Syntax

JavaScript Syntax
convert = function(value, sourceUnit, destinationUnit) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly