ItemGetThumbnailAsImageSource Method |
Gets the item's thumbnail as image source.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ImageSource GetThumbnailAsImageSource(
int size = 0,
WTS_FLAGS flags = WTS_FLAGS.WTS_NONE
)
Parameters
- size (Optional)
- Type: SystemInt32
The requested size. - flags (Optional)
- Type: ShellBoost.Core.WindowsShellWTS_FLAGS
A set of optional flags.
Return Value
Type:
ImageSourceAn ImageSource instance or null.
See Also