Learn R Programming

RGtk2 (version 2.20.3)

atkImageGetImagePosition: atkImageGetImagePosition

Description

Gets the position of the image in the form of a point specifying the images top-left corner.

Usage

atkImageGetImagePosition(object, coord.type)

Arguments

Value

A list containing the following elements:x[integer] integer to put x coordinate position; otherwise, -1 if value cannot be obtained.y[integer] integer to put y coordinate position; otherwise, -1 if value cannot be obtained.