atkImageGetImagePosition {RGtk2} | R Documentation |
Gets the position of the image in the form of a point specifying the images top-left corner.
atkImageGetImagePosition(object, coord.type)
|
|
|
[ |
A list containing the following elements:
|
[integer] integerto put x coordinate position; otherwise, -1 if value cannot be obtained. |
|
[integer] integerto put y coordinate position; otherwise, -1 if value cannot be obtained. |
Derived by RGtkGen from GTK+ documentation