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 |
// Share the entire content of image1 with image2
image2.share(image1);
See Also
◼operatorASSIGN