Click or drag to resize

ThumbnailUnavailableHandler Delegate

A delegate to execute if the shell doesn't supply a real thumbnail of the element.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public delegate void ThumbnailUnavailableHandler(
	string pPath,
	Size pSize,
	out Bitmap pBitmap
)

Parameters

pPath
Type: SystemString
The path of the file to load a thumbnail for.
pSize
Type: System.DrawingSize
The requested size of the thumbnail.
pBitmap
Type: System.DrawingBitmap
A Bitmap representing the the thumbnail of the file. Null if not supplied
See Also