Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparent(const Value: boolean); virtual;

C++

virtual void __fastcall SetTransparent(const bool Value);

Properties

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

Description

Sets the value of the Transparent property.

Call SetTransparent to set the Transparent property to the value specified through the Value argument.

See Also