Click or drag to resize

Thumbnail Class

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageSource
Retrieves the bitmap contained in the thumbnail
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also