horizontalPosition property

int horizontalPosition

Value indicating if the head is correctly centered horizontally. Hint: For ICAO compliance, the value must be in the range 45 to 55.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get horizontalPosition => _handle.ref.HorizontalPosition;
void horizontalPosition=(int value)

Implementation

set horizontalPosition(int value) => _handle.ref.HorizontalPosition = value;