SetImage loads an image and assign it to index

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

Syntax

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

Parameters

index
Int32
The destination image index
fileName
String
The source file name

See Also