PlatformAPI.IOTADesignerDevice190.GenerateThumbnail
Delphi
function GenerateThumbnail(aBitmap: TBitmap): Boolean;
C++
virtual bool __fastcall GenerateThumbnail(Vcl::Graphics::TBitmap* aBitmap) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTADesignerDevice190 |
Description
Attention: GenerateThumbnail is deprecated.
GenerateThumbnail uses the artwork of a design-time device to generate a thumbnail for that design-time device. This function returns True
if successful.
Use UpdateThumbnail to save a bitmap generated using GenerateThumbnail.