Search
ShapeNode Constructor (ShapeNode)
See Also
 





Initializes a new instance of the ShapeNode class using the specified node as a prototype.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeNode (
    ShapeNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As ShapeNode _
)

 Parameters

prototype
The node to use as a prototype. The properties of the new node are initialized from the property values of this node.

 Remarks

This constructor copies the ShapeNode property values from the specified prototype node.

 See Also