ImageEn, unit imageenview |
|
TImageEnView.MoveContentTo
Declaration
procedure TImageEnView.MoveContentTo(Destination: TImageEnView);
Description
Transfers the current image, all layers and input/output parameters to the destination TImageEnView component.
Note:
◼This method doesn't copy the images, but transfers pointers to the image buffer
◼After the operation the source component will be empty, and all previous images will be removed from "Destination"
◼To "Copy" the content to another TImageEnView use the
Assign method