bounds property

Rectangle bounds

Bounds of the detected face.

throws FaceException An error has occurred during Face Library execution.

Implementation

Rectangle get bounds => getBounds();
void bounds=(Rectangle value)

Implementation

set bounds(Rectangle value) => setBounds(value);