Creates a new ContainerNode instance and adds it to the nodes collection of the underlying diagram. Namespace: MindFusion.Diagramming
|
JavaScript
![]() |
---|
function createContainerNode ([bounds, [x, [y, [width, [height]]]]]) |
Specifies the bounding rectangle of the new node.
The x-coordinate of the upper-left corner of the new node.
The y-coordinate of the upper-left corner of the new node.
The width of the new node.
The height of the new node.
The newly created ContainerNode instance.