MindFusion.Wpf Pack Programmer's Guide
Factory.CreateVisioNode Method (Rect, VisioContent)
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public VisioNode CreateVisioNode (
    Rect bounds,
    VisioContent content
)

Visual Basic  Copy Code

Public Function CreateVisioNode( _
    bounds As Rect, _
    content As VisioContent _
) As VisioNode

 Parameters

bounds

The bounding rectangle of the new node.

content

The content of the new node.

 Return Value

The newly created VisioNode instance.

 Remarks

The method creates a VisioNode with dimensions specified by bounds.

 See Also

CreateVisioNode Method Overload List
Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace