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

Creates a new instance of the TPngImage class.

Call Create to initialize a new instance of the TPngImage class.

See Also