LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

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. WinRT support
Syntax
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.