Search
Group Constructor (Diagram)
See Also
 





Initializes a new instance of the Group class with the specified Diagram as parent.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Group (
    Diagram parent
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram _
)

 Parameters

parent

The Diagram the new group will belong to.

 See Also