ThumbnailGet Method (Guid, Int32, Boolean, Boolean) |
Gets a thumbnail by its identifier
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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