Creates a new ContainerNode instance and adds it to the Nodes collection of the underlying diagram.
Name | Description |
---|---|
Creates a new ContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram. |
|
Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable, and adds it to the Nodes collection of the underlying diagram. |
|
Creates a new ContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram. |
|
Creates a new ContainerNode instance with the specified dimensions, optionally foldable, and adds it to the Nodes collection of the underlying diagram. |
|
Factory.CreateContainerNode (Single, Single, Single, Single) |
Creates a new ContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram. |
Factory.CreateContainerNode (Single, Single, Single, Single, Boolean) |
Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable, and adds it to the Nodes collection of the underlying diagram. |