Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Array
The one-dimensional array that is the destination of the elements copied from the current array.Type: System.Int32
A 32-bit integer that represents the index in array at which copying begins.