Click or drag to resize

SelectedThumbnailCollectionCopyTo Method

Copies the thumbnails into an array.

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 CopyTo(
	Thumbnail[] array
)

Parameters

array
Type: Atalasoft.Imaging.WinControlsThumbnail
The array thumbnails will be copied into.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the array is null (Nothing in VB).
See Also