Search
Factory.CreateTemplatedNode Method (Rect)
See Also
 





Creates a new TemplatedNode 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 TemplatedNode CreateTemplatedNode (
    Rect bounds
)

Visual Basic  Copy Code

Public Function CreateTemplatedNode( _
    bounds As Rect _
) As TemplatedNode

 Parameters

bounds

The bounding rectangle of the new node.

 Return Value

The newly created TemplatedNode instance.

 See Also