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
)
Public Function GetThumbnailBitmap (
p_Size As Size
) As Bitmap
public:
Bitmap^ GetThumbnailBitmap(
Size p_Size
)
member GetThumbnailBitmap :
p_Size : Size -> Bitmap
Parameters
- p_Size
- Type: System.DrawingSize
The size the returned thumbnail should have.
Return Value
Type:
BitmapThe thumbnail image as bitmap.
See Also