Click or drag to resize

Thumbnail Constructor (RandomAccessImageSource, Int32, String, String)

Creates a new instance of Thumbnail specifying a RandomAccessImageSource, index in the ImageSource for this thumbnail, caption and toolTip.

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 Thumbnail(
	RandomAccessImageSource source,
	int frame,
	string caption,
	string toolTip
)

Parameters

source
Type: Atalasoft.ImagingRandomAccessImageSource
A RandomAccessImageSource where the image will be pulled from.
frame
Type: SystemInt32
The frame index of the image to load.
caption
Type: SystemString
The caption for the thumbnail.
toolTip
Type: SystemString
The tooltip text for the thumbnail.
See Also