ShellBrowser Delphi Components Documentation
|
Deprecated; Use instead.
function GetThumbnailBitmap(pWidth: Integer; pHeight: Integer; pIconInstead: Boolean = False; pBackgroundColor: TColor = clNone): TBitmap; deprecated;
Parameters |
Description |
pWidth: Integer |
The width for the thumbnail. |
pHeight: Integer |
The height for the thumbnail. |
pIconInstead: Boolean = False |
If set to True, the Icon is used as the thumbnail. This is much faster than retrieving the thumbnail. |
pBackgroundColor: TColor = clNone |
An optional background color to be used for the resulting bitmap. |
TBitmap