Search
Factory.CreatePagedContainerNode Method
See Also
 





 Overload List

Name Description

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 (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 (Point, Size)

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.

Factory.CreatePagedContainerNode (Rect)

Creates a new PagedContainerNode instance with the specified dimensions 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.

 See Also