[This is preliminary documentation and is subject to change.]

The BitmapResult type exposes the following members.

Constructors

  NameDescription
Public methodBitmapResult(Bitmap)
CTor - creates new instance of the BitmapResult class from miniature image
Public methodBitmapResult(Bitmap, String)
CTor - creates new instance of the BitmapResult class from miniature image and caching key
Public methodBitmapResult(String, Boolean)
CTor - creates new instance of the BitmapResult class from image path

Methods

  NameDescription
Public methodGetFlag
Gets BitmapHandling represented by this instance

Properties

  NameDescription
Public propertyCache
Indicates if image should be cahced by Total Commander
Public propertyImage
Gets or sets the miniature image
Public propertyImageKey
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
Public propertyTemporary
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.

See Also