Moves image Index to Destintation. MoveImage doesn’t move associated input/output parameters.

If destination index is equal or major of image count the Index image is moved after last image.

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

Syntax

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

Parameters

Index
Int32
The source image index
Destination
Int32
The destination position index

See Also