Description Usage Arguments Value Author(s)
Get the width and height in pixels for the specified image.
The values of width
and height
are returned as -1 if the
values cannot be obtained (for instance, if the object is not onscreen).
1 | atkImageGetImageSize(object)
|
|
[ |
A list containing the following elements:
|
[integer] filled with the image width, or -1 if the value cannot be obtained. |
|
[integer] filled with the image height, or -1 if the value cannot be obtained. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.