Click or drag to resize

Thumbnail Constructor (AtalaImage, String, String)

Creates a new instance of Thumbnail specifying the AtalaImage, 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(
	AtalaImage image,
	string caption,
	string toolTip
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage from which the thumbnail will be created.
caption
Type: SystemString
The caption for the thumbnail.
toolTip
Type: SystemString
The tooltip used for the thumbnail.
See Also