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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic 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