voidatk_image_get_image_size(AtkImage*image,gint*width,gint*height)
Get the width and height in pixels for the specified image.The values ofwidth andheight are returned as -1 if thevalues cannot be obtained (for instance, if the object is not onscreen).
If the size can not be obtained (e.g. missing support), x and y are setto -1.
widthType: gint*
Filled with the image width, or -1 if the value cannot be obtained.
| The argument will be set by the function. |
The argument can beNULL. |
heightType: gint*
Filled with the image height, or -1 if the value cannot be obtained.
| The argument will be set by the function. |
The argument can beNULL. |