Vcl.Imaging.GIFImg.TGIFFrame.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: boolean read GetTransparent;

C++

__property bool Transparent = {read=GetTransparent, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Specifies whether the image is drawn transparently.

The Transparent property specifies whether the image contained by the GIF frame is drawn transparently.

See Also