Vcl.Imaging.GIFImg.TGIFRenderer.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; // Clear context

C++

void __fastcall Clear();

Properties

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

Description

Clears the context of the TGIFRenderer object.

Call Clear to stop the animation and to clear the context of the TGIFRenderer object.

See Also