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





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

 Overload List

Name Description

Factory.CreateShapeNode (Double, Double, Double, Double)

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

Factory.CreateShapeNode (Double, Double, Double, Double, Shape)

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

Factory.CreateShapeNode (Point, Size)

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

Factory.CreateShapeNode (Point, Size, Shape)

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

Factory.CreateShapeNode (Rect)

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

Factory.CreateShapeNode (Rect, Shape)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace