Click or drag to resize

ImageCollectionCopyTo 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.1.418.0 (24.1.418.0)
Syntax
public void CopyTo(
	GlobeImageOverlay[] toArray,
	int startingIndex
)

Parameters

toArray
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The destination array.
startingIndex
Type: SystemInt32
The index to start copying the elements into toArray.

Implements

ICollectionTCopyTo(T, Int32)
See Also