TPNGImage help

PNG Delphi

Components > TPNGObject > Properties > Canvas


Allows access to direct paint into the PNG image using Windows GDI.

variable
Canvas: TCanvas;

Description

Use the canvas property to draw using regular GDI tools into the PNG image.
For more information on these tools, check Delphi TCanvas help.

Note
Since this is Delphi specific, this won´t work when VCL use is disabled.