Click or drag to resize

TransformChainCommandCopyTo Method (Array, Int32)

Copies transforms from the internal collection to an array.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	Array array,
	int arrayIndex
)

Parameters

array
Type: SystemArray
An array to copy the transforms into.
arrayIndex
Type: SystemInt32
The index to start copying transforms into.

Implements

ICollectionCopyTo(Array, Int32)
Exceptions
ExceptionCondition
Thrown if array is null (Nothing in VB).
Thrown if arrayIndex is invalid.
See Also