setPosition()

Setting coordinates relative to the origin
setPosition(x:int, y:int)

Parameters

Name Type Действие Значение по умолчанию
x int X coordinate in pixels
y int Y coordinate in pixels

Return value

Object reference of type GObject for chain of calls

Example

obj.setPosition(100, 200);