[]
Sets the location of the node specified by index
.
void SetPosition(int index, double x1, double y1)
Sub SetPosition(index As Integer, x1 As Double, y1 As Double)
Type | Name | Description |
---|---|---|
int | index | The node whose position is to be set. |
double | x1 | The position (in points) of the new node relative to the upper-left corner of the document. |
double | y1 | The position (in points) of the new node relative to the upper-left corner of the document. |
Note that, depending on the editing type of the node, this method may affect the position of adjacent nodes.