Transfers current image, all layers and input/output parameters to destination IEImage object.

This methods doesn't copy images, but just transfer pointers to images buffer.

Source component will be empty, and Destination previous images will be removed.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MoveContentTo(
	IEImage destination
)
Public Sub MoveContentTo ( _
	destination As IEImage _
)
public:
void MoveContentTo(
	IEImage^ destination
)

Parameters

destination
IEImage
Destination IEImage object.

See Also