The Convert(Single,AnnAngularUnit,AnnAngularUnit) Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- 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.
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.For an example, refer to AnnUnitConverter.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7