x

Property of IPoint

Description

x

Property type

Read-Write Property of type long

Syntax

JavaScript

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