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

TBitmap32.DeleteCanvas

Frees and releases the internal VCL/LCL TCanvas instance allocated for this bitmap.

Declaration ​

pascal
procedure DeleteCanvas;

Description ​

DeleteCanvas releases the internal TCanvas instance associated with this bitmap if ICanvasSupport is implemented by the backend. Subsequent calls to Canvas will re-create a canvas instance if needed.

See also ​