Moves the node to the specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void Move ( |
Visual Basic Copy Code |
---|
Public Sub Move( _ |
A double value specifying the new x-coordinate of node's location.
A double value specifying the new y-coordinate of node's location.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |