Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTransparent: boolean;

C++

bool __fastcall GetTransparent(void);

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

Description

Specifies whether the image is drawn transparently.

The GetTransparent method specifies whether the image is drawn transparently.

See Also