TIEVisionVectorRect.setRect
Declaration
procedure setRect(pos: int32_t; value: TIEVisionRect); safecall;
Description
Replace or set an item value.
Parameter | Description |
pos | Item index (0 = first item) |
value | Value to set |
vector1.setRect(IEVisionRect(0, 0, 200, 200));