Click or drag to resize

ThumbnailCollectionAddRange Method

Adds an array of Thumbnail objects to 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 AddRange(
	Thumbnail[] thumbnails
)

Parameters

thumbnails
Type: Atalasoft.Imaging.WinControlsThumbnail
An array of items to add.
Remarks
Use this method when several thumbnails need to be added at once.
See Also