Click or drag to resize

BeforeCreateThumbnailEventArgs Constructor

Creates a new instance of BeforeCreateThumbnailEventArgs.

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 BeforeCreateThumbnailEventArgs(
	Thumbnail thumbnail,
	AtalaImage image
)

Parameters

thumbnail
Type: Atalasoft.Imaging.WinControlsThumbnail
The thumbnail in the ThumbnailCollection that is being created.
image
Type: Atalasoft.ImagingAtalaImage
The image used to create the thumbnail from.
See Also