Click or drag to resize

ImageCollection.CopyTo Method

Copy this ImageCollection into an existing AtalaImage array.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public virtual void CopyTo(
	AtalaImage[] images,
	int index
)

Parameters

images
Type:Atalasoft.Imaging.AtalaImage[]
The existing AtalaImage array.
index
Type: System.Int32
The index in the array begin copying.
See Also