CanvasItem.moveBy

Move an item on the canvas by an amount.

class CanvasItem
moveBy
(
this T
)
(,)

Parameters

xAmount int

The amount to move the item horizontally.

yAmount int

The amount to move the item vertically.

Return Value

Type: auto

This widget to aid method chaining.

Meta