MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Move Method
See Also
 





Moves the node to the specified location.

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

 Syntax

C#  Copy Code

public void Move (
    double x,
    double y
)

Visual Basic  Copy Code

Public Sub Move( _
    x As Double, _
    y As Double _
)

 Parameters

x

A double value specifying the new x-coordinate of node's location.

y

A double value specifying the new y-coordinate of node's location.

 Remarks

This method moves a node to the specified position, without changing the node's size. Moving a node also updates the control points coordinates of all links connected to the node.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
Bounds Property
Resize Method