CanvasItem.moveTo

Move an item on the canvas to a position.

class CanvasItem
moveTo
(
this T
)
(
int xPos
,
int yPos
)

Parameters

xPos int

The new horizontal position.

yPos int

The new vertical position.

Return Value

Type: auto

This widget to aid method chaining.

Meta