Vcl.Graphics.TBitmap.GetSupportsPartialTransparency

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSupportsPartialTransparency: Boolean; override;

C++

virtual bool __fastcall GetSupportsPartialTransparency();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Beschreibung

Gibt an, ob die Grafik teilweise Transparenz unterstützt.

Vcl.Graphics.TBitmap.GetSupportsPartialTransparency erbt von Vcl.Graphics.TGraphic.GetSupportsPartialTransparency. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.GetSupportsPartialTransparency.

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.

Siehe auch