Visual Basic (Declaration) | |
---|---|
Public Function ConvertedHeight( _ ByVal converter As AnnUnitConverter, _ ByVal unit As AnnUnit _ ) As Single |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public float ConvertedHeight( AnnUnitConverter converter, AnnUnit unit ) |
Managed Extensions for C++ | |
---|---|
public: float ConvertedHeight( AnnUnitConverter* converter, AnnUnit unit ) |
C++/CLI | |
---|---|
public: float ConvertedHeight( AnnUnitConverter^ converter, AnnUnit unit ) |
Parameters
- converter
- AnnUnitConverter object to be used in converting the x-coordinate.
- unit
- Destination AnnUnit.
Return Value
The vertical component of this AnnSize structure, in the specified AnnUnit unit of measure.For an example, refer to ConvertedWidth.
converter is used to do the actual conversion. If converter is null (Nothing in Visual Basic), the default AnnUnitConverter is used (in other words, conversion will be done based on the default 96 DPI).
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