Creates a new PagedContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public PagedContainerNode CreatePagedContainerNode ( |
Visual Basic
Copy Code
|
|---|
Public Function CreatePagedContainerNode( _ |
The initial bounding rectangle of the new node.
The newly created PagedContainerNode instance.
RemarksThe method creates a paged container node with the position and size specified by bounds.
See Also