MindFusion.Wpf Pack Programmer's Guide
Factory.CreateTableNode Method
See Also
 





Creates a new TableNode instance and adds it to the Nodes collection of the underlying diagram.

 Overload List

Name Description

Factory.CreateTableNode (Double, Double, Double, Double)

Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTableNode (Double, Double, Double, Double, Int32, Int32)

Creates a new TableNode instance at the specified position with the specified size and the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTableNode (Point, Size)

Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTableNode (Point, Size, Int32, Int32)

Creates a new TableNode instance at the specified position with the specified size and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTableNode (Rect)

Creates a new TableNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTableNode (Rect, Int32, Int32)

Creates a new TableNode instance with the specified dimensions and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace