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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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