minor property

int minor

Release.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get minor => _handle.ref.Minor;
void minor=(int value)

Implementation

set minor(int value) => _handle.ref.Minor = value;