Vcl.Graphics.TMetafile.SetTransparent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetTransparent(Value: Boolean); override;

C++

virtual void __fastcall SetTransparent(bool Value);

Eigenschaften

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

Beschreibung

Legt fest, ob eine Grafik transparent gezeichnet werden soll.

Vcl.Graphics.TMetafile.SetTransparent erbt von Vcl.Graphics.TGraphic.SetTransparent. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.SetTransparent.

Legt fest, ob eine Grafik transparent gezeichnet werden soll.

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

Siehe auch