topRight property

Point topRight

Top-right corner of the rectangle.

throws FaceException An error has occurred during Face Library execution.

Implementation

Point get topRight => Point.createFromStruct(_handle.ref.TopRight);
void topRight=(Point value)

Implementation

set topRight(Point value) => _handle.ref.TopRight = value.struct;