Copies collection items to the XTextureLayerCollection array, starting at the index index in the array collection.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void CopyTo(
	XTextureLayerCollection collection,
	int index
)

Parameters

collection
Type: SGP.XSpace..::.XTextureLayerCollection
The XTextureLayerCollection array where the items will be copied to.
index
Type: System..::.Int32
Position in the array where the copying will start (integer number or 0).

See Also