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