ImageEn, unit ievision
TIEVisionRect
Declaration
TIEVisionRect = packed record
x: int32_t;
y: int32_t;
width: int32_t;
height: int32_t;
end;