Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Convert(Single,AnnAngularUnit,AnnAngularUnit) Method
See Also 
Leadtools.Annotations Namespace > AnnUnitConverter Class > Convert Method : Convert(Single,AnnAngularUnit,AnnAngularUnit) Method



value
Value to be converted. This is in srcUnit units.
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.
value
Value to be converted. This is in srcUnit units.
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.
Converts an angular value from one unit to another.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function Convert( _
   ByVal value As Single, _
   ByVal srcUnit As AnnAngularUnit, _
   ByVal destUnit As AnnAngularUnit _
) As Single
Visual Basic (Usage)Copy Code
Dim value As Single
Dim srcUnit As AnnAngularUnit
Dim destUnit As AnnAngularUnit
Dim value As Single
 
value = AnnUnitConverter.Convert(value, srcUnit, destUnit)
C# 
public static float Convert( 
   float value,
   AnnAngularUnit srcUnit,
   AnnAngularUnit destUnit
)
C++/CLI 
public:
static float Convert( 
   float value,
   AnnAngularUnit srcUnit,
   AnnAngularUnit destUnit
) 

Parameters

value
Value to be converted. This is in srcUnit units.
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.

Return Value

The converted value.

Example

For an example, refer to AnnUnitConverter.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features