Click or drag to resize

ThumbnailGet Method (Guid, Int32, Boolean, Boolean)

Gets a thumbnail by its identifier

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Thumbnail Get(
	Guid id,
	int size = 0,
	bool preloadBitmap = false,
	bool throwOnError = true
)

Parameters

id
Type: SystemGuid
The identifier.
size (Optional)
Type: SystemInt32
The requested size.
preloadBitmap (Optional)
Type: SystemBoolean
if set to true the related bitmap will be preloaded.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Thumbnail
A Thumbnail instance or null.
See Also