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