scripting:api:point:x

x

Property of IPoint

x

Read-Write Property of type long

var nVal = Point.x;
Point.x = nVal;
nVal = Point.x
Point.x = nVal
long nVal;
HRESULT hr = Point.get_x(&nVal);
hr = Point.put_x(nVal);