- value
- Value to be converted. This is in srcUnit units.
- srcUnit
- Source AnnUnit.
- destUnit
- Destination AnnUnit.
| Visual Basic (Declaration) | |
|---|---|
Public Function ConvertVertical( _ ByVal value As Single, _ ByVal srcUnit As AnnUnit, _ ByVal destUnit As AnnUnit _ ) As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- value
- Value to be converted. This is in srcUnit units.
- srcUnit
- Source AnnUnit.
- destUnit
- Destination AnnUnit.
Return Value
The converted value.For an example, refer to ConvertHorizontal.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code