Click or drag to resize

ShellBrowserGetThumbnailBitmap(Size) Method

Returns the thumbnail image of the currently active shell object in the requested size.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public Bitmap GetThumbnailBitmap(
	Size p_Size
)

Parameters

p_Size  Size
The size the returned thumbnail should have.

Return Value

Bitmap
The thumbnail image as bitmap.
See Also