Search
DiagramView Constructor
See Also
 





Initializes a new instance of the DiagramView class.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function DiagramView (element, [diagram])

 Parameters

element

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

diagram
Optional.

Diagram. The Diagram instance this control is associated with.

 See Also