ThumbnailProviderGetThumbnailBitmap Method |
Gets the thumbnail bitmap.
Namespace:
callback.ShellBoost.Core.Handlers
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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