Pascal
function tsImageGetHeight(ImageID: tsImageID): tsInt;
C/C++
tsInt tsImageGetHeight(tsImageID ImageID);
This function queres the height of an image.
|
Tip |
|---|---|
|
This function calls tsImageGetInfo internally. If you need more than one information from an font reduce overhead and call tsImageGetInfo instead. |
|
The ImageID from which the infos will be quered.
Return value is the width of the image. If there was an error the return value is zero.
If there was no context bound.
This will happen if you pass an invalid ImageID to this function.