TIEVisionImageList.insert
Declaration
function insert(position: int32_t; image: TIEVisionImage): int32_t; overload; safecall;
function insert(position: int32_t; filename: PAnsiChar): int32_t; overload; safecall;
Description
Insert an image into the specified index.
| Parameter | Description |
| position | Destination index |
| image | Image to insert |
| filename | Filename of the image to load and insert |