Vcl.Imaging.GIFImg.TGIFImage.SuspendDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SuspendDraw;

C++

void __fastcall SuspendDraw();

Properties

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

Description

Suspends the rendering of the GIF images.

Call SuspendDraw to suspend rendering the GIF images stored in the TGIFImage instance.

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

See Also