DisplayImage Function
ImagingComponents

Displays image onto TCanvas at position [DstX, DstY].

Pascal
procedure DisplayImage(DstCanvas: TCanvas; 
                       DstX: LongInt; 
                       DstY: LongInt; 
                       Image: TBaseImage); overload;
File

ImagingComponents (at line 314)

Description

This procedure draws image without converting from Imaging format to TBitmap. Only [ifA8R8G8B8, ifX8R8G8B8] image formats are supported. Use this when you want displaying images that change frequently (because converting to TBitmap by ConvertImageDataToBitmap is generally slow).

Related Information
You are here: Symbol Reference > Functions > DisplayImage Function (TCanvas, LongInt, LongInt, TBaseImage)