Click or drag to resize

ThumbnailProviderGetThumbnailBitmap Method

Gets the thumbnail bitmap.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected abstract Bitmap GetThumbnailBitmap(
	int width
)

Parameters

width
Type: SystemInt32
The required thumbnail width.

Return Value

Type: Bitmap
A bitmap instance or null.
See Also