ThumbnailCollectionCopyTo Method (Int32, Thumbnail, Int32, 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(
int index,
Thumbnail[] array,
int arrayIndex,
int count
)
Public Sub CopyTo (
index As Integer,
array As Thumbnail(),
arrayIndex As Integer,
count As Integer
)
Parameters
- index
- Type: SystemInt32
The collection index where copying should begin. - array
- Type: Atalasoft.Imaging.WinControlsThumbnail
The array to copy the thumbnails into. - arrayIndex
- Type: SystemInt32
The index in array where copying should begin. - count
- Type: SystemInt32
The number of thumbnails to copy.
See Also