API:Vcl.RibbonStyleActnCtrls.TAlphaBitmap.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; override;

C++

__fastcall virtual TAlphaBitmap()/* overload */;
/* TBitmap.Create */ inline __fastcall TAlphaBitmap(int AWidth, int AHeight)/* overload */ : Vcl::Graphics::TBitmap(AWidth, AHeight) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.RibbonStyleActnCtrls.pas
Vcl.RibbonStyleActnCtrls.hpp
Vcl.RibbonStyleActnCtrls TAlphaBitmap

Beschreibung

Instantiiert ein Bitmap-Objekt.

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

Instantiiert ein Bitmap-Objekt.

Mit Create wird ein Bitmap-Objekt zur Laufzeit instantiiert. Create wird außerdem automatisch aufgerufen, sobald ein Bitmap-Bild in ein TImage-Objekt geladen wird.

Create weist dem Bitmap-Objekt Speicher zu und ruft die geerbte Methode Create auf. Anschließend wird als internes Abbild des Bitmaps ein TBitmapImage-Objekt erzeugt.

Siehe auch

Codebeispiele