ImageEn, unit ievision

TIEVisionImage.swap

TIEVisionImage.swap

Declaration

procedure swap(secondImage: TIEVisionImage); safecall;

Description

Swap the content of specified image and this image.
Parameter Description
secondImage The other image to swap

Example

// swap content of image1 and image2
image1.swap(image2);