Vcl.Graphics.TBitmapHandleType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBitmapHandleType = (bmDIB, bmDDB);

C++

enum DECLSPEC_DENUM TBitmapHandleType : unsigned char { bmDIB, bmDDB };

Eigenschaften

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

Beschreibung

TBitmapHandleType gibt das Format an, mit dem ein Bitmap im Hauptspeicher abgelegt wird.

TBitmapHandleType kann einen der folgenden Werte annehmen:



Wert Beschreibung

bmDIB

Geräteunabhängiges Bitmap (DIB)

bmDDB

Geräteabhängiges Bitmap (DDB)