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 (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 with the specified dimensions and shape.

Factory.createShapeNode (Point2D, Dimension2D)

Creates a new ShapeNode instance at the specified position with the specified size.

Factory.createShapeNode (Point2D, Dimension2D, Shape)

Creates a new ShapeNode instance at the specified position with the specified size and shape.

Factory.createShapeNode (Rectangle2D)

Creates a new ShapeNode instance with the specified dimensions.

Factory.createShapeNode (Rectangle2D, Shape)

Creates a new ShapeNode instance with the specified dimensions and shape.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace