Click or drag to resize

ThumbnailCollectionMove Method

Moves a Thumbnail to a new index.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Move(
	Thumbnail item,
	int newIndex
)

Parameters

item
Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail to move.
newIndex
Type: SystemInt32
The new index for this Thumbnail.
Exceptions
ExceptionCondition
Thrown if the item parameter is null.
See Also