ThumbnailCollection.CopyTo 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)
Syntaxpublic 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: System.Int32
The collection index where copying should begin. - 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. - count
- Type: System.Int32
The number of thumbnails to copy.
See Also