Update the image in Index position (0 is the first).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void UpdateImage(
	int Index
)
Public Sub UpdateImage ( _
	Index As Integer _
)
public:
void UpdateImage(
	int Index
)

Parameters

Index
Int32
The image to update

See Also