Declaration
TIEVisionRotatedRect = packed record
center: TIEVisionPoint2f; // mass center of the rectangle
size: TIEVisionSize2f; // size
angle: single; // rotation angle in degrees
end;
Note: You can use
IEVisionRect to convert a
TIEVisionRotatedRect to a
TIEVisionRect