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
)
Public Sub New (
ParamArray images As AtalaImage()
)
Parameters
- images
- Type: Atalasoft.ImagingAtalaImage
A parameter array of one or many %AtalaImage% objects.
See Also