Overload List| Name | Description |
|---|---|
Creates a new PagedContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram. |
|
Factory.CreatePagedContainerNode (PointF, SizeF, IEnumerable(String)) |
Creates a new PagedContainerNode instance at the specified location with the specified size and page titles, and adds it to the Nodes collection of the underlying diagram. |
Creates a new PagedContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram. |
|
Factory.CreatePagedContainerNode (RectangleF, IEnumerable(String)) |
Creates a new PagedContainerNode instance with the specified dimensions and page titles, and adds it to the Nodes collection of the underlying diagram. |
Factory.CreatePagedContainerNode (Single, Single, Single, Single) |
Creates a new PagedContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram. |
Factory.CreatePagedContainerNode (Single, Single, Single, Single, IEnumerable(String)) |
Creates a new PagedContainerNode instance at the specified location with the specified size and page titles, and adds it to the Nodes collection of the underlying diagram. |
See Also