API:Vcl.Imaging.pngimage.TPngImage.GetTransparent
Delphi
function GetTransparent: Boolean; override;
C++
virtual bool __fastcall GetTransparent(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | TPngImage |
Description
Specifies if graphic is drawn transparently.
Vcl.Imaging.pngimage.TPngImage.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.