Overload List| Name | Description |
|---|---|
Creates a new PagedContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram. |
|
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 (Double, Double, Double, Double, 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. |
Factory.CreatePagedContainerNode (Rect, 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 (Double, Double, Double, Double) |
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 (Point, Size, 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