Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TBitmap32🞂CanvasPropertyPublic

TBitmap32.Canvas

Provides a VCL/LCL TCanvas instance bound to the bitmap's GDI device context (HDC).

Declaration ​

pascal
property Canvas: TCanvas read GetCanvas;

Description ​

Canvas provides access to standard VCL/LCL canvas drawing methods (GDI text rendering, shapes, lines) operating on the bitmap surface.

Example ​

pascal
Bitmap.Canvas.TextOut(10, 10, 'Hello Graphics32');