ImageCollection Constructor (String, ProgressEventHandler) |
Initializes a new instance of the
ImageCollection object specifying a filename containing image data to
load.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic ImageCollection(
string fileName,
ProgressEventHandler progress
)
Public Sub New (
fileName As String,
progress As ProgressEventHandler
)
Parameters
- fileName
- Type: SystemString
The filename of the image (or images) to load into the ImageCollection. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
See Also