Vcl.Graphics.TIcon.SetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparent(Value: Boolean); override;

C++

virtual void __fastcall SetTransparent(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TIcon

Description

Specify if graphic should be drawn transparently.

Vcl.Graphics.TIcon.SetTransparent inherits from Vcl.Graphics.TGraphic.SetTransparent. All content below this line refers to Vcl.Graphics.TGraphic.SetTransparent.

Specify if graphic should be drawn transparently.

SetTransparent specifies if a graphic should be drawn transparently.

See Also