Click or drag to resize

ThumbnailCaptionRequestEventArgs Constructor (String, Int32)

Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the filename and frame index.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ThumbnailCaptionRequestEventArgs(
	string fileName,
	int frameIndex
)

Parameters

fileName
Type: SystemString
The filename of the image.
frameIndex
Type: SystemInt32
The frame index of the image.
See Also