Click or drag to resize

ImageCollection.CopyTo Method

Copies the elements of the collection starting at startingIndex into an array.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void CopyTo(
	GlobeImageOverlay[] toArray,
	int startingIndex
)

Parameters

toArray
Type:AGI.Foundation.Graphics.GlobeImageOverlay[]
The destination array.
startingIndex
Type: System.Int32
The index to start copying the elements into toArray.

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also