Click or drag to resize

ThumbnailCollectionRemoveAt Method

Removes the Thumbnail at the specified index from the collection.

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 RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the thumbnail to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the index parameter is invalid for this collection.
See Also