CopyTo

VideoFormatInfoCollection.CopyTo method

Copies the VideoFormatInfoCollection elements to an existing one-dimensional array, starting at the specified array index.

public void CopyTo(VideoFormatInfo[] array, int arrayIndex)
Parameter Type Description
array VideoFormatInfo[] Destination array.
arrayIndex Int32 The array index to start at.

See Also