Vcl.Graphics.TGraphic.GetSupportsPartialTransparency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSupportsPartialTransparency: Boolean; virtual;

C++

virtual bool __fastcall GetSupportsPartialTransparency();

Properties

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

Description

Indicate whether graphic supports partial transparency.

GetSupportsPartialTransparency indicates whether the graphic supports partial transparency.

TGraphic descendants should override GetSupportsPartialTransparency if they are capable of having partially transparent pixels.

See Also