FileSystemImageSourceEventArgs Constructor |
Constructs a new FileSystemImageSourceEventArgs object.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic FileSystemImageSourceEventArgs(
string path,
int frameIndex,
int frameCount,
AtalaImage image
)
Public Sub New (
path As String,
frameIndex As Integer,
frameCount As Integer,
image As AtalaImage
)
Parameters
- path
- Type: System.String
The path to the image file. - frameIndex
- Type: System.Int32
The frame index of the image. - frameCount
- Type: System.Int32
The total number of frames in this files. - image
- Type: Atalasoft.Imaging.AtalaImage
The image that was loaded.
See Also