Vcl.Graphics.TBitmap.AlphaFormat
Delphi
property AlphaFormat: TAlphaFormat read FAlphaFormat write SetAlphaFormat;
C++
__property TAlphaFormat AlphaFormat = {read=FAlphaFormat, write=SetAlphaFormat, nodefault};
Inhaltsverzeichnis
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