Thumbnail Class |
Namespace: callback.ShellBoost.Core.WindowsShell
public sealed class Thumbnail
The Thumbnail type exposes the following members.
Name | Description | |
---|---|---|
AlphaType |
Gets the contained bitmap alpha channel behavior.
| |
CacheFlags |
Gets combination of flags that contain information about this thumnail.
| |
Height |
Gets the height, in pixels, of the contained bitmap.
| |
Id |
Gets the identifier.
| |
NativeObject |
Gets the underlying Shell native object corresponding to the shared bitmap (ISharedBitmap).
| |
RequestedSize |
Gets the requested size.
| |
Width |
Gets the width, in pixels, of the contained bitmap.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Get(Guid, Int32, Boolean, Boolean) |
Gets a thumbnail by its identifier
| |
Get(Item, Int32, WTS_FLAGS, Boolean, Boolean) |
Gets the thumbnail for a specific Shell Item.
| |
GetBitmap |
Retrieves the bitmap contained in the thumbnail
| |
GetBitmapHandle |
Retrieves the bitmap contained in the thumbnail
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageSource |
Retrieves the bitmap contained in the thumbnail
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |