Converts a value from one unit to another.
convert = function(value, sourceUnit, destinationUnit)
static convert(value: number, sourceUnit: AnnUnit, destinationUnit: AnnUnit): number;
value
Value to be converted. This is in sourceUnit units.
sourceUnit
The source unit.
destinationUnit
The destination unit.
The value of value in destinationUnit.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET