TIEVisionImageList.setImage
Declaration
procedure setImage(position: int32_t; image: TIEVisionImage); safecall;
Description
Replace the image at the index with the specified one.
| Parameter | Description |
| position | Index of image to replace |
| image | Image to set |