ShellThumbnail Class |
Namespace: callback.ShellBoost.Core
public class ShellThumbnail
The ShellThumbnail type exposes the following members.
Name | Description | |
---|---|---|
ShellThumbnail |
Initializes a new instance of the ShellThumbnail class.
| |
ShellThumbnail(String) |
Initializes a new instance of the ShellThumbnail class.
| |
ShellThumbnail(String, Int32) |
Initializes a new instance of the ShellThumbnail class.
| |
ShellThumbnail(String, String, Int32) |
Initializes a new instance of the ShellThumbnail class.
|
Name | Description | |
---|---|---|
IconIndex |
Gets or sets the icon index if it's positive, or the icon resource id, if it's negative.
| |
IconLocation |
Gets or sets the icon path.
| |
IconOptions |
Gets or sets the icon options.
| |
ImageLocation |
Gets or sets the image path.
| |
ImageOptions |
Gets or sets the image options.
| |
UseImageAsIcon |
Gets or sets a value that indicate whether the image is used as an icon.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAsIcon |
Gets as an icon.
| |
GetAsImage |
Gets as an image.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageAsIcon |
Gets the image as an icon.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |