Vcl.Imaging.GIFImg.TGIFImage.IsTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsTransparent: boolean read GetIsTransparent;

C++

__property bool IsTransparent = {read=GetIsTransparent, nodefault};

Properties

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

Description

Specifies whether at least one of the GIF images is transparent.

The IsTransparent read-only property specifies whether at least one of the GIF images stored in the TGIFImage instance is transparent.

See Also