ImageEn, unit ievision

TIEVisionImage.share

TIEVisionImage.share


Declaration

procedure share(src: TIEVisionImage); safecall;


Description

Share the content of source image with this image, replacing the old content.

Parameter Description
src Image to share


See Also

 operatorASSIGN


Example

// Share the entire content of image1 with image2
image2.share(image1);