Vcl.Graphics.TGraphic.GetSupportsPartialTransparency
Delphi
function GetSupportsPartialTransparency: Boolean; virtual;
C++
virtual bool __fastcall GetSupportsPartialTransparency(void);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
Beschreibung
Gibt an, ob die Grafik teilweise Transparenz unterstützt.
GetSupportsPartialTransparency gibt an, ob die Grafik teilweise Transparenz unterstützt.
Von TGraphic abgeleitete Klassen sollten GetSupportsPartialTransparency überschreiben, wenn sie teilweise transparente Pixel haben können.