Click or drag to resize

Thumbnail Constructor (String, Int32, String, String)

Creates a new instance of Thumbnail specifying the filename, frame index, 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(
	string path,
	int frame,
	string caption,
	string toolTip
)

Parameters

path
Type: SystemString
The full path and filename of the image used to create this thumbnail.
frame
Type: SystemInt32
The frame index of the file to use when creating the thumbnail.
caption
Type: SystemString
The caption for the thumbnail.
toolTip
Type: SystemString
The tooltip used for the thumbnail.
See Also