Vcl.Graphics.TGraphic.SetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparent(Value: Boolean); virtual;

C++

virtual void __fastcall SetTransparent(bool Value);

Properties

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

Description

Specify if graphic should be drawn transparently.

SetTransparent specifies if a graphic should be drawn transparently.

See Also