Copies the contents of this collection to an array.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 75.0.0.0
Syntax
Parameters
- array
- Type: System Array
The array into which to copy.
- index
- Type: System Int32
The index from which to start copying.
Implements
ICollection CopyTo(Array, Int32)See Also