Click or drag to resize

ThumbnailCollection.CopyTo Method (Thumbnail[], Int32)

Copies Thumbnail objects from this collection 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,
	int arrayIndex
)

Parameters

array
Type:Atalasoft.Imaging.WinControls.Thumbnail[]
The array to copy the thumbnails into.
arrayIndex
Type: System.Int32
The index in array where copying should begin.
See Also