Search
DiagramNode Constructor (DiagramNode)
See Also
 





Initializes a new instance of the DiagramNode class using the specified diagram item as a prototype.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected DiagramNode (
    DiagramNode prototype
)

Visual Basic  Copy Code

Protected New ( _
    prototype As DiagramNode _
)

 Parameters

prototype

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

 Remarks

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

 See Also