The ConvertVertical Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- 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 |
|---|---|
Dim instance As AnnUnitConverter Dim value As Single Dim srcUnit As AnnUnit Dim destUnit As AnnUnit Dim value As Single value = instance.ConvertVertical(value, srcUnit, 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code