SetImage sets the image assigned to index. The image is copied internally, therefore you can free image after SetImage.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetImage(
	int index,
	IEImage image
)
Public Sub SetImage ( _
	index As Integer, _
	image As IEImage _
)
public:
void SetImage(
	int index, 
	IEImage^ image
)

Parameters

index
Int32
The destination index
image
IEImage
The image to assign

See Also