Vcl.Graphics.TBitmap.AlphaFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AlphaFormat: TAlphaFormat read FAlphaFormat write SetAlphaFormat;

C++

__property TAlphaFormat AlphaFormat = {read=FAlphaFormat, write=SetAlphaFormat, nodefault};

Eigenschaften

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

Beschreibung

Gibt an, wie das reservierte Byte jedes Pixels in 32-Bit-Bitmaps verwendet wird.

Mit AlphaFormat ändern Sie, wie ein TBitmap das reservierte Byte jedes Pixels in einem 32-Bit-Bitmap verwendet.

Siehe auch

Codebeispiele