bottomRight property
Bottom-right corner of the rectangle.
throws FaceException An error has occurred during Face Library execution.
Implementation
Point get bottomRight => Point.createFromStruct(_handle.ref.BottomRight);
Implementation
set bottomRight(Point value) => _handle.ref.BottomRight = value.struct;