POSY keyword

Returns the Y position of the specified object.

Syntax

POSY(object)

Parameters

  • object: object (required)

Example

myImage = IMAGE "world", (50, 20)
position = POSY(myImage) 'Returns 20

Go back to list of Keywords.