ASP.NET 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 (PointF, SizeF)

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 (PointF, SizeF, 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 (RectangleF)

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

Factory.CreateShapeNode (RectangleF, Shape)

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

Factory.CreateShapeNode (Single, Single, Single, Single)

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 (Single, Single, Single, Single, 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.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace