Converts an angular value from one unit to another.
public static float Convert(
float value,
AnnAngularUnit srcUnit,
AnnAngularUnit destUnit
)
Public Overloads Shared Function Convert( _
ByVal value As Single, _
ByVal srcUnit As Leadtools.Annotations.AnnAngularUnit, _
ByVal destUnit As Leadtools.Annotations.AnnAngularUnit _
) As Single
public:
static float Convert(
float value,
Leadtools.Annotations.AnnAngularUnit srcUnit,
Leadtools.Annotations.AnnAngularUnit destUnit
)
value
Value to be converted. This is in
srcUnit
An AnnAngularUnit value that represents the angular unit of measure used by the Source.
destUnit
An AnnAngularUnit value that represents the angular unit of measure used by the Destination.
The converted value.
For an example, refer to AnnUnitConverter.
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