LiveCanvas

data class LiveCanvas(var w: Int = 0, var h: Int = 0, var templateID: Int = 600)

Live canvas

Constructors

Link copied to clipboard
constructor(w: Int = 0, h: Int = 0, templateID: Int = 600)

Properties

Link copied to clipboard
var h: Int

Height.

Link copied to clipboard

Template ID.

Link copied to clipboard
var w: Int

Width.