ShellBrowserGetThumbnailBitmap(Size) Method |
Returns the thumbnail image of the currently active shell object in the requested size.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 Size
- The size the returned thumbnail should have.
Return Value
BitmapThe thumbnail image as bitmap.
See Also