Click or drag to resize

ThumbnailCollectionIndexOf Method

This method will search for a specific Thumbnail and if found in the collection will return its index value.

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 int IndexOf(
	Thumbnail value
)

Parameters

value
Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail to search for.

Return Value

Type: Int32
The index value of the thumbnail or -1 if the thumbnail does not exist in the collection.
See Also