topLeft property

Point topLeft

Top-left corner of the rectangle.

throws FaceException An error has occurred during Face Library execution.

Implementation

Point get topLeft => Point.createFromStruct(_handle.ref.TopLeft);
void topLeft=(Point value)

Implementation

set topLeft(Point value) => _handle.ref.TopLeft = value.struct;