Initializes a new instance of the DiagramView class.
Namespace: MindFusion.Diagramming
File: DiagramView.js
SyntaxJavaScript
Copy Code
|
|---|
function DiagramView (element, [diagram]) |
HTMLCanvasElement. The Canvas DOM Element this DiagramView is associated with.
Diagram. The Diagram instance this control is associated with.
See Also