Click or drag to resize

ShellThumbnailGetAsImage Method

Gets as an image.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual ShellThumbnailAsImage GetAsImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.

Return Value

Type: ShellThumbnailAsImage
An instance of the ShellThumbnailAsImage class.
See Also