Click or drag to resize

ThumbnailCollectionInsert Method (Int32, Thumbnail)

Inserts a Thumbnail into the collection at the specified 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 Insert(
	int index,
	Thumbnail item
)

Parameters

index
Type: SystemInt32
The index in the collection where the Thumbnail will be inserted.
item
Type: Atalasoft.Imaging.WinControlsThumbnail
The thumbnail to insert.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the index parameter is invalid for this collection.
See Also