GetImage creates a IEImage object from the image contained at specified index.

Each changement you make in the bitmap will be visible after you have called Update() method.

You have to call ReleaseImage to free the IEImage object.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImage GetImage(
	int index
)
Public Function GetImage ( _
	index As Integer _
) As IEImage
public:
IEImage^ GetImage(
	int index
)

Parameters

index
Int32
Index of the image to retrieve.

Return Value

Returns an IEImage object which embeds the image.

See Also