Vcl.Graphics.TGraphic.GetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTransparent: Boolean; virtual;

C++

virtual bool __fastcall GetTransparent();

Properties

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

Description

Specifies if graphic is drawn transparently.

GetTransparent specifies whether a graphic should be drawn transparently.

Use the Transparent property to specify that the graphic be drawn transparently.

See Also