Image.GetPos

table Image.GetPos ( 

string ObjectName )

Example 1

pic_pos = Image.GetPos("Picture");

Gets the current X, Y coordinates of the "Picture" image object and stores the results in a table called "pic_pos." These values can be accessed by referencing pic_pos.X and pic_pos.Y.

See also:  Related Actions