ASP.NET 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 (PointF, SizeF)

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 (PointF, SizeF, 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 (RectangleF)

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

Factory.CreateContainerNode (RectangleF, Boolean)

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.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace