Initializes a new instance of the Group class using the specified group as a prototype.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Group ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksThis constructor supports the MvcDiagram infrastructure and is not intended to be used directly from your code. Instead use the other constructor or the CreateGroup method of the Factory class.
See Also