ProcessQueue.CopyTo Method (ProcessQueuedItem[], Int32) |
Copies ProcessQueuedItems from this collection to an array.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void CopyTo(
ProcessQueuedItem[] queuedItems,
int index
)
Public Sub CopyTo (
queuedItems As ProcessQueuedItem(),
index As Integer
)
Parameters
- queuedItems
- Type:Atalasoft.Imaging.ProcessQueuedItem[]
The array to copy the items into. - index
- Type: System.Int32
The starting index in the array where the items will be copied.
See Also