Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.SetTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTransparent(Value: boolean);

C++

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 TGIFGraphicControlExtension

Description

Sets the value of the Transparent property.

The SetTransparent method sets the value of the Transparent property.

See Also