Vcl.Imaging.pngimage.TPngImage.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage


説明

TPngImage クラスの新しいインスタンスを作成します。

Create を呼び出すと、TPngImage クラスの新しいインスタンスを初期化することができます。

関連項目