Click or drag to resize

ImageCollection Constructor (AtalaImage)

Initializes a new instance of the %ImageCollection% object specifying one or multiple %AtalaImage% objects to add to the collection.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageCollection(
	params AtalaImage[] images
)

Parameters

images
Type: Atalasoft.ImagingAtalaImage
A parameter array of one or many %AtalaImage% objects.
See Also