Vcl.Imaging.GIFImg.TGIFImage.StopDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopDraw;

C++

void __fastcall StopDraw();

Properties

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

Description

Stops the rendering of the GIF images.

Call StopDraw to stop rendering the GIF images stored in the TGIFImage instance.

If the GIF images are displayed as an animation, then calling the StopDraw method also stops the animation.

See Also