ThumbnailProviderGetThumbnailBitmap Method |
Gets the thumbnail bitmap.
Namespace:
ShellBoost.Core.Handlers
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected abstract Bitmap GetThumbnailBitmap(
int width
)
Parameters
- width
- Type: SystemInt32
The required thumbnail width.
Return Value
Type:
BitmapA bitmap instance or null.
See Also