Click or drag to resize

IndirectionImageSourceReorderIndex Method

Moves one item to a different position within the IndirectionImageSource.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ReorderIndex(
	int currentIndex,
	int newIndex
)

Parameters

currentIndex
Type: SystemInt32
The index of the item to move.
newIndex
Type: SystemInt32
The new index for the item.
Exceptions
ExceptionCondition
Thrown if the currentIndex or newIndex values are invalid for this IndirectionImageSource.
See Also