Click or drag to resize

TextAnimationCollection CopyTo Method

Copies all elements from the collection into the specified array.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
Array to fill.
index
Type: System Int32
Starting position in target array.

Implements

ICollection CopyTo(Array, Int32)
See Also