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





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

 Overload List

Name Description

Factory.CreateVisioNode (Double, Double, Double, Double)

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 (Double, Double, Double, Double, 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 (Point, Size)

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 (Point, Size, 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 (Rect)

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

Factory.CreateVisioNode (Rect, VisioContent)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace