API:Vcl.Imaging.pngimage.TPngImage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; {$IFDEF UseDelphi}override;{$ENDIF}

C++

__fastcall virtual TPngImage()/* overload */;
__fastcall TPngImage(unsigned ColorType, unsigned Bitdepth, int cx, int cy);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Create TGraphic object.

Vcl.Imaging.pngimage.TPngImage.Create inherits from Vcl.Graphics.TGraphic.Create. All content below this line refers to Vcl.Graphics.TGraphic.Create.

Create TGraphic object.

This method creates and intializes a TGraphic object.