Click or drag to resize

ThumbnailCollectionInsert Method (Int32, AtalaImage, String, String)

Inserts a thumbnail into the collection from an AtalaImage.

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 Thumbnail Insert(
	int index,
	AtalaImage image,
	string caption,
	string toolTip
)

Parameters

index
Type: SystemInt32
The index in the collection to insert the thumbnail.
image
Type: Atalasoft.ImagingAtalaImage
The image used to generate the thumbnail.
caption
Type: SystemString
The caption for the thumbnail.
toolTip
Type: SystemString
The tooltip for the thumbnail.

Return Value

Type: Thumbnail
See Also