Vcl.Imaging.GIFImg.TGIFImage.ResumeDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResumeDraw;

C++

void __fastcall ResumeDraw();

Properties

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

Description

Resumes the rendering of the GIF images.

Call ResumeDraw to resume the rendering of the GIF images stored in the TGIFImage instance.

If the GIF images are displayed as an animation, then calling the ResumeDraw method also starts the animation.

See Also