Canvas.addItem

Add an item to the canvas.

class Canvas
addItem
(
this T
)

Parameters

item CanvasItem

The item to add.

Return Value

Type: auto

This widget to aid method chaining.

Meta