Vcl.Imaging.GIFImg.TGIFFrame.ClearImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearImage;

C++

void __fastcall ClearImage();

Properties

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

Description

Clears the image contained by the GIF frame.

If the Transparent property is set to True, the ClearImage method clears the image contained by the GIF frame to the transparent color. Otherwise, it clears the image to the first color in the global color table.

See Also