Declaration
procedure swap(secondImage: TIEVisionImage); safecall;
Description
Swap the content of specified image and this image.
Parameter | Description |
secondImage | The other image to swap |
// swap content of image1 and image2
image1.swap(image2);
Loading contents...