ShapeNodes.SetPosition(Int32, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the location of the specified node.
public:
void SetPosition(int Index, float X1, float Y1);
public void SetPosition (int Index, float X1, float Y1);
abstract member SetPosition : int * single * single -> unit
Public Sub SetPosition (Index As Integer, X1 As Single, Y1 As Single)
Parameters
- Index
- Int32
Required Integer. The node whose position is to be set.
- X1
- Single
Required Single. The position (in points) of the new node relative to the upper-left corner of the document.
- Y1
- Single
Required Single. The position (in points) of the new node relative to the upper-left corner of the document.
Remarks
Note that depending on the editing type of the node, this method may affect the position of adjacent nodes.