Click or drag to resize

ThumbnailCaptionRequestEventArgs Constructor (RandomAccessImageSource, Int32)

Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the image source and 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(
	RandomAccessImageSource imageSource,
	int index
)

Parameters

imageSource
Type: Atalasoft.ImagingRandomAccessImageSource
The RandomAccessImageSource used for loading.
index
Type: SystemInt32
The index of the the image from the ImageSource.
See Also