Click or drag to resize

Thumbnail Class

Exposes properties methods that retrieve information about a Shell Thumbnail.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.WindowsShellThumbnail

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class Thumbnail

The Thumbnail type exposes the following members.

Properties
  NameDescription
Public propertyAlphaType
Gets the contained bitmap alpha channel behavior.
Public propertyCacheFlags
Gets combination of flags that contain information about this thumnail.
Public propertyHeight
Gets the height, in pixels, of the contained bitmap.
Public propertyId
Gets the identifier.
Public propertyNativeObject
Gets the underlying Shell native object corresponding to the shared bitmap (ISharedBitmap).
Public propertyRequestedSize
Gets the requested size.
Public propertyWidth
Gets the width, in pixels, of the contained bitmap.
Top
Methods
  NameDescription
Public methodStatic memberGet(Guid, Int32, Boolean, Boolean)
Gets a thumbnail by its identifier
Public methodStatic memberGet(Item, Int32, WTS_FLAGS, Boolean, Boolean)
Gets the thumbnail for a specific Shell Item.
Public methodGetBitmap
Retrieves the bitmap contained in the thumbnail
Public methodGetBitmapHandle
Retrieves the bitmap contained in the thumbnail
Public methodGetImageSource
Retrieves the bitmap contained in the thumbnail
Top
See Also