TIEVisionVectorPoint2f.setPoint
Declaration
procedure setPoint(pos: int32_t; value: TIEVisionPoint2f); safecall;
Description
Replace or set an item value.
| Parameter | Description |
| pos | Item index |
| value | Value of the item |
vector1.setPoint(0, IEVisionPoint(10.7, 20.1));