API:Vcl.Graphics.TBitmap.Create

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

Delphi

constructor Create; overload; override;
constructor Create(AWidth, AHeight: Integer); overload;

C++

__fastcall virtual TBitmap()/* overload */;
__fastcall TBitmap(int AWidth, int AHeight)/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

説明

TGraphic オブジェクトを作成します。

Vcl.Graphics.TBitmap.Create は Vcl.Graphics.TGraphic.Create を継承しています。以下の内容はすべて Vcl.Graphics.TGraphic.Create を参照しています。

TGraphic オブジェクトを作成します。

このメソッドは TGraphic オブジェクトを作成して初期化します。