MindFusion.Wpf Pack Programmer's Guide
Group Constructor (Group)
See Also
 





Initializes a new instance of the Group class using the specified group as a prototype.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Group (
    Group prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As Group _
)

 Parameters

prototype

The group to use as a prototype.

 Remarks

This constructor supports the Diagramming for WPF 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

Group Constructor Overload List
Group Class
MindFusion.Diagramming.Wpf Namespace