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