Declaration
property Canvas: TCanvas;
Description
Returns the canvas when
Location is ieTBitmap.
Note: If you access the Canvas property the
Location is automatically converted to ieTBitmap. You can use
IECanvas method instead to avoid this.
See also:
IECanvas// Text out using TCanvas
// Note: It is better to use TIECanvas.TextOut
iebmp.Canvas.TextOut( 200, 200, 'MY IMAGE' );