Click or drag to resize

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)
Syntax
public FileSystemImageSourceEventArgs(
	string path,
	int frameIndex,
	int frameCount,
	AtalaImage image
)

Parameters

path
Type: SystemString
The path to the image file.
frameIndex
Type: SystemInt32
The frame index of the image.
frameCount
Type: SystemInt32
The total number of frames in this files.
image
Type: Atalasoft.ImagingAtalaImage
The image that was loaded.
See Also