Vcl.Graphics.TGraphic.SetTransparent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetTransparent(Value: Boolean); virtual;

C++

virtual void __fastcall SetTransparent(bool Value);

Eigenschaften

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

Beschreibung

Legt fest, ob eine Grafik transparent gezeichnet werden soll.

SetTransparent legt fest, ob eine Grafik transparent gezeichnet werden soll.

Siehe auch