Copy an image to the specified IEImage object.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CopyTo(
	int imageIndex,
	IEImage target
)
Public Sub CopyTo ( _
	imageIndex As Integer, _
	target As IEImage _
)
public:
void CopyTo(
	int imageIndex, 
	IEImage^ target
)

Parameters

imageIndex
Int32
The source image index.
target
IEImage
The target image object.

See Also