TIEVisionImage.operatorASSIGN
Declaration
procedure operatorASSIGN(src: TIEVisionImage); safecall;
Description
Clones the source image, replacing the old content.
Parameter | Description |
src | Source image to clone. |
See Also
-
shareExample
// copies the entire content of image1 to image2
image2.operatorASSIGN(image1);