Vcl.Imaging.pngimage.TPNGObject.GetSupportsPartialTransparency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSupportsPartialTransparency: Boolean; override;

Properties

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

Description

Indicate whether graphic supports partial transparency.

Vcl.Imaging.pngimage.TPNGObject.GetSupportsPartialTransparency inherits from Vcl.Graphics.TGraphic.GetSupportsPartialTransparency. All content below this line refers to Vcl.Graphics.TGraphic.GetSupportsPartialTransparency.

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