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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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