ASP.NET Pack Programmer's Guide
Factory.CreateVisioNode Method
See Also
 





Creates a new VisioNode instance.

 Overload List

Name Description

Factory.CreateVisioNode (PointF, SizeF)

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

Factory.CreateVisioNode (PointF, SizeF, VisioContent)

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

Factory.CreateVisioNode (RectangleF)

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

Factory.CreateVisioNode (RectangleF, VisioContent)

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

Factory.CreateVisioNode (Single, Single, Single, Single)

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

Factory.CreateVisioNode (Single, Single, Single, Single, VisioContent)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace