Search
CanvasControl Constructor
See Also
 






Initializes a new instance of the CanvasControl class.

Namespace: MindFusion.Controls
File: CanvasControl.js

 Syntax

JavaScript  Copy Code

function CanvasControl (element, [canvas])

 Parameters

element

HTMLCanvasElement. The Canvas DOM Element this CanvasControl is associated with.

canvas
Optional.

Canvas. The Canvas instance this CanvasControl is associated with.

 See Also