This document is archived and information here might be outdated. Recommended version. |
The height of text in world units.
[Visual Basic .NET]
Public Property Height As Double
[C#]
public double Height {get; set;}
[C++]
HRESULT get_Height(
System.Double* pHeight
);
[C++]
HRESULT put_Height(
double pHeight
);
[C++] Parameters pHeight [out, retval]
pHeight is a parameter of type double* pHeight [in]
pHeight is a parameter of type double