Initializes a new instance of the ShapeNode class with default values supplied form the specified Diagram.
Namespace: MindFusion.Diagramming
File: ShapeNode.js
SyntaxJavaScript
Copy Code
|
|---|
function ShapeNode ([parent]) |
RemarksIf parent is not specified, this constructor initializes the ShapeNode properties with the values specified in the respective default-value properties of the Diagram object.
If parent is specified, the constructor copies the ShapeNode property values from the specified prototype node.
See Also