Vcl.Imaging.pngimage.TPngImage.GetSupportsPartialTransparency

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function GetSupportsPartialTransparency: Boolean; override;

C++

virtual bool __fastcall GetSupportsPartialTransparency();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Checks whether the png image supports partial transparency.

Call GetSupportsPartialTransparency to check whether the png image supports partial transparency. You can obtain the same result by reading the value of the TransparencyMode property.

See Also