bottomRight property

Point bottomRight

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);
void bottomRight=(Point value)

Implementation

set bottomRight(Point value) => _handle.ref.BottomRight = value.struct;