Vcl.Imaging.pngimage.TPNGObject.GetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTransparent: Boolean; override;

Properties

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

Description

Specifies if graphic is drawn transparently.

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

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