bottomLeft property

Point bottomLeft

Bottom-left corner of the rectangle.

throws FaceException An error has occurred during Face Library execution.

Implementation

Point get bottomLeft => Point.createFromStruct(_handle.ref.BottomLeft);
void bottomLeft=(Point value)

Implementation

set bottomLeft(Point value) => _handle.ref.BottomLeft = value.struct;