Initializes a new instance of the DiagramItem class using the specified diagram item as a prototype.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected DiagramItem ( |
Visual Basic
Copy Code
|
|---|
Protected New ( _ |
RemarksThis constructor copies the DiagramItem property values from the specified prototype item.
See Also