ImageEn, unit imageenview

TImageEnView.MoveContentTo

TImageEnView.MoveContentTo

Declaration

procedure 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

Example

ImageEnView1.MoveContentTo( ImageEnView2 );

See Also

Assign