Vcl.Imaging.GIFImg.TGIFHeader.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

Description

Clears the GIF header.

Call Clear to clear the GIF header stored by the TGIFHeader instance.

To be more precise, the Clear method clears the following properties: ColorMap, Width, Height, BackgroundColorIndex, and AspectRatio.

See Also