GetAscent
Returns the ascent above the baseline of the last equation image generated.
C++
HRESULT GetAscent([out, retval] int *ascent);
Visual Basic
Public Function GetAscent () As Long
Parameters
None
Return value
the ascent of the equation image in pixels
|