X-coordinate of the point.
throws DocumentException An error has occurred during Document Library execution.
int get x => _handle.ref.X;
set x(int value) => _handle.ref.X = value;