Click or drag to resize

ShellBrowserGetThumbnailBitmap Method (Size)

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

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

Parameters

p_Size
Type: System.DrawingSize
The size the returned thumbnail should have.

Return Value

Type: Bitmap
The thumbnail image as bitmap.
See Also