Converts a value from one unit to another.
public static double Convert(
double value,
AnnUnit sourceUnit,
AnnUnit destinationUnit
)
Public Shared Function Convert( _
ByVal value As Double, _
ByVal sourceUnit As Leadtools.Annotations.Core.AnnUnit, _
ByVal destinationUnit As Leadtools.Annotations.Core.AnnUnit _
) As Double
public static double Convert(
double value,
Leadtools.Annotations.Core.AnnUnit sourceUnit,
Leadtools.Annotations.Core.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
)
public:
static double Convert(
double value,
AnnUnit^ sourceUnit,
AnnUnit^ destinationUnit
)
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