PlatformAPI.IOTADesignerDevice190.GenerateThumbnail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GenerateThumbnail(aBitmap: TBitmap): Boolean;

Properties

Type Visibility Source Unit Parent
function public PlatformAPI.pas PlatformAPI IOTADesignerDevice190

Description

Warning: 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.

See Also