Click or drag to resize

ThumbnailCollectionCopyTo 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.WinControlsThumbnail
The array to copy the thumbnails into.
arrayIndex
Type: SystemInt32
The index in array where copying should begin.
See Also