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 |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: float ConvertVertical( float value, AnnUnit srcUnit, AnnUnit destUnit ) |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family