Click or drag to resize

GetThumbnailCallback Delegate

Delegate for the callback function for retreiving a thumbnail using the asynchronous version of GetThumbnailBitmap().

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public delegate void GetThumbnailCallback(
	Image pImage,
	Bitmap pBitmapSource,
	Object pState
)

Parameters

pImage  Image
The Bitmap containing the thumbnail image.
pBitmapSource  Bitmap
The source that was used to create the Image. May be null.
pState  Object
An optional, user-provided object that was supplied when calling the asynchronous version of GetThumbnailBitmap().
See Also