Vcl.Imaging.GIFImg.TGIFImage.SetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparent(Value: boolean); override;

C++

virtual void __fastcall SetTransparent(bool Value);

Properties

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

Description

Represents an overridden setter method for the Transparent property.

The SetTransparent method represents an overridden setter method for the Transparent property.

See Also