Click or drag to resize

ThumbnailLoadEventArgs Constructor (AtalaImage, String, Stream)

Creates a new instance of ThumbnailLoadEventArgs specifying the image, filename or stream used to create the thumbnail.

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 ThumbnailLoadEventArgs(
	AtalaImage image,
	string fileName,
	Stream stream
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image from which the thumbnail will be created.
fileName
Type: SystemString
The filename of the image.
stream
Type: System.IOStream

The stream used to create the thumbnail.

See Also