get_image_size
Description:
Gets the size of the image displayed in a specified Image object.
The returned values are meaningful only if the Image has both STATE_VISIBLE and STATE_SHOWING.
Parameters:
this |
a pointer to the Image to query. |
Returns:
a pointer to an Point where x corresponds to the image's width and y corresponds to the image's height. |