Click or drag to resize

TransformChainCommandCopyTo Method (Transform, 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(
	Transform[] array,
	int arrayIndex
)

Parameters

array
Type: Atalasoft.Imaging.ImageProcessing.TransformsTransform
An array to copy the transforms into.
arrayIndex
Type: SystemInt32

The index to start copying transforms into.

Exceptions
ExceptionCondition
Thrown if array is null (Nothing in VB).
Thrown if the arrayIndex is invalid.
See Also