X, Y


Description

Get/set the X-position and Y-position of a node.

Syntax

Getting:

aNode.X

aNode.Y

Setting:

aNode.X = aXPosition

aNode.Y = aXPosition

 

Parameter Description
aNode a Node object.
aXPosition, aXPosition an integer (of type long) that gives the position in units of HIMETERIC.

Return Value

When getting, the position (as integer of type long) in units of HIMETERIC.

Applies To

Node