Search
Factory.CreateTemplatedNode Method (Point, Size)
See Also
 





Creates a new TemplatedNode instance at the specified position with the specified size 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 (
    Point location,
    Size size
)

Visual Basic  Copy Code

Public Function CreateTemplatedNode( _
    location As Point, _
    size As Size _
) As TemplatedNode

 Parameters

location

The position of the new node.

size

The size of the new node.

 Return Value

The newly created TemplatedNode instance.

 See Also