Pascal
function tsImageGetIsEmpty(ImageID: tsImageID): tsBool;
C/C++
tsBool tsImageGetIsEmpty(tsImageID ImageID);
This function queres the information if the image is empty.
|
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.
Indicates that the image is empty.
The image isnt empty. This also will returned in an error ocours.
If there was no context bound.
This will happen if you pass an invalid ImageID to this function.