Declaration
function IEVisionRect(x, y, width, height: int32_t): TIEVisionRect; overload;
function IEVisionRect(rect:TIERectangle): TIEVisionRect; overload;
function IEVisionRect(rect: TRect): TIEVisionRect; overload;
function IEVisionRect(RotateRect: TIEVisionRotatedRect): TIEVisionRect overload;
Description
Returns a
TIEVisionRect record initialized with specified parameters.
Note: The TIEVisionRotatedRect overload will discard any rotation information
Parameter | Description |
x | Top-left horizontal coordinate |
y | Top-left vertical coordinate |
width | Width |
height | Height |
See Also
◼IEVisionRectToTRect