Click or drag to resize

ShellBrowserGetThumbnailBitmap Method

Overload List
  NameDescription
Public methodGetThumbnailBitmap(Size)
Returns the thumbnail image of the currently active shell object in the requested size.
Public methodGetThumbnailBitmap(Size, GetThumbnailCallback, Object)
Asynchronously extracts the thumbnail image of the currently active shell object in the requested size. Only for folders on Vista or later the size will always be quadratic with side length being the smallest of either p_Size.Width or p_Size.Height, to avoid a stretching - use the synchronous call GetThumbnailBitmap(Size) if you'd like to explicitly specify the dimensions
Public methodGetThumbnailBitmap(Size, GetThumbnailCallback, Object, Int32)
Asynchronously extracts the thumbnail image of the currently active shell object in the requested size. Only for folders on Vista or later the size will always be quadratic with side length being the smallest of either p_Size.Width or p_Size.Height, to avoid a stretching - use the synchronous call GetThumbnailBitmap(Size) if you'd like to explicitly specify the dimensions
Public methodGetThumbnailBitmap(Size, GetThumbnailCallback, Object, Int32, Boolean)
Asynchronously extracts the thumbnail image of the currently active shell object in the requested size. Only for folders on Vista or later the size will always be quadratic with side length being the smallest of either p_Size.Width or p_Size.Height, to avoid a stretching - use the synchronous call GetThumbnailBitmap(Size) if you'd like to explicitly specify the dimensions
Top
See Also