Creates and initializes a new ShapeDesigner from the specified element. This method is static and can be called without creating an instance of the class.
Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.js
JavaScript Copy Code |
---|
function create (element) |
HTMLDivElement. The DOM element that the ShapeDesigner should be attached to.
ShapeDesigner. The newly created ShapeDesigner object.