Vcl.Imaging.pngimage.TPngImage
Delphi
TPngImage = class{$IFDEF UseDelphi}(TGraphic){$ENDIF}
C++
class PASCALIMPLEMENTATION TPngImage : public Vcl::Graphics::TGraphic
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | Vcl.Imaging.pngimage |
Description
TPngImage encapsulates a PNG (Portable Network Graphics) graphic.
Use TPngImage to load and manipulate PNG (Portable Network Graphics) graphics. A PNG image supports transparency and a variety of compression options. It is not required to use the TPngImage class directly. If you need your application to accepts PNG images, simply add the pngimage unit in the uses list. This operation ensures that the PNG graphic format is registered in the VCL.