Copy the bitmap to another IEImage object

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

Syntax

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

Parameters

targetImage
IEImage
the target image

Examples

CopyC#
Image.CopyImageTo(ieViewer1.Image);

See Also