y property

int y

Y-coordinate of the point.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get y => _handle.ref.Y;
void y=(int value)

Implementation

set y(int value) => _handle.ref.Y = value;