x property
The DOMPoint interface's
x property holds the horizontal coordinate, x, for a
point in space.
In general, positive values x mean to the right,
and negative values of x means to the left, barring any transforms that
may
have altered the orientation of the axes.
Implementation
external double get x;
set
x
(num value)
Implementation
external set x(num value);