Leadtools.Annotations.Core Namespace > AnnUnitConverter Class : Convert Method |
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 )
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.