TIEVisionImageList.pushBack
Declaration
function pushBack(image: TIEVisionImage): int32_t; overload; safecall;
function pushBack(filename: PAnsiChar): int32_t; overload; safecall;
Description
Append the specified image to the end of list.
| Parameter | Description |
| image | Image to set |
| filename | Filename of the image to set |