(Leadtools.Annotations.Core)

Convert Method

Show in webframe





Value to be converted. This is in sourceUnit units.
The source unit.
The destination unit.
Converts a value from one unit to another.
Syntax
public static double Convert( 
   double value,
   AnnUnit sourceUnit,
   AnnUnit destinationUnit
)
Public Shared Function Convert( _
   ByVal value As Double, _
   ByVal sourceUnit As AnnUnit, _
   ByVal destinationUnit As AnnUnit _
) As Double
public static double Convert( 
   double value,
   AnnUnit sourceUnit,
   AnnUnit destinationUnit
)

            
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

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.