Property of IPoint
x
Read-Write Property of type long
var nVal = Point.x; Point.x = nVal;
==== Visual Basic Script ====
nVal = Point.x Point.x = nVal
==== C++ ====
long nVal; HRESULT hr = Point.get_x(&nVal); hr = Point.put_x(nVal);
===== See Also ===== IPoint