Click or drag to resize

ThumbnailCollectionInsert Method (Int32, AtalaImage, String)

Note: This API is now obsolete.

Inserts a Thumbnail into the collection by specifying the insert index, AtalaImage and caption.

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
[ObsoleteAttribute("This overload may be removed in future versions.", 
	false)]
public Thumbnail Insert(
	int index,
	AtalaImage image,
	string caption
)

Parameters

index
Type: SystemInt32
The index in the collection where the Thumbnail will be inserted.
image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage that will be used to create the thumbnail.
caption
Type: SystemString
The caption for the thumbnail.

Return Value

Type: Thumbnail
See Also