MindFusion.Wpf Pack Programmer's Guide
Factory.CreateContainerNode Method
See Also
 





Creates a new ContainerNode instance and adds it to the Nodes collection of the underlying diagram.

 Overload List

Name Description

Factory.CreateContainerNode (Double, Double, Double, Double)

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 (Double, Double, Double, Double, 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.

Factory.CreateContainerNode (Point, Size)

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 (Point, Size, 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.

Factory.CreateContainerNode (Rect)

Creates a new ContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.

Factory.CreateContainerNode (Rect, Boolean)

Creates a new ContainerNode instance with the specified dimensions, optionally foldable, and adds it to the Nodes collection of the underlying diagram.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace