API:Vcl.Graphics.TBitmap.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Beschreibung

Erzeugt ein TGraphic-Objekt.

Vcl.Graphics.TBitmap.Create erbt von Vcl.Graphics.TGraphic.Create. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.Create.

Erzeugt ein TGraphic-Objekt.

Diese Methode erzeugt und initialisiert ein TGraphic-Objekt.