Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnUnitConverter Class : Convert Method |
public static double Convert( double value, AnnUnit sourceUnit, AnnUnit destinationUnit )
'Declaration
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 )
+(double) convert:(double) value sourceUnit:(LTAnnUnit) sourceUnit destinationUnit:(LTAnnUnit) destinationUnit;
public static double convert( double value, AnnUnit sourceUnit, AnnUnit destinationUnit )
function Leadtools.Annotations.Core.AnnUnitConverter.Convert( value , sourceUnit , 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.