horizontalPosition property
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;
Implementation
set horizontalPosition(int value) => _handle.ref.HorizontalPosition = value;