[This is preliminary documentation and is subject to change.]
The BitmapResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BitmapResult(Bitmap) | CTor - creates new instance of the BitmapResult class from miniature image | |
| BitmapResult(Bitmap, String) | CTor - creates new instance of the BitmapResult class from miniature image and caching key | |
| BitmapResult(String, Boolean) | CTor - creates new instance of the BitmapResult class from image path |
Methods
| Name | Description | |
|---|---|---|
| GetFlag | Gets BitmapHandling represented by this instance |
Properties
| Name | Description | |
|---|---|---|
| Cache | Indicates if image should be cahced by Total Commander | |
| Image | Gets or sets the miniature image | |
| ImageKey | Gets or sets image key - it can be either path to image file Total Commander should extract miniature from or unique key of image or null | |
| Temporary | Indicates that image file pointer by path stored in ImageKey is temporary and should be deleted by Total Commander when it is no longer necessary. |