Vcl.Imaging.GIFImg.TGIFRenderer.Draw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Draw(ACanvas: TCanvas; const Rect: TRect); override; // Draw current state

C++

virtual void __fastcall Draw(Vcl::Graphics::TCanvas* ACanvas, const Winapi::Windows::TRect &Rect);

Properties

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

Description

Draws the current GIF frame on the specified canvas.

Call the Draw method to draw the current GIF frame on the canvas specified through the ACanvas parameter, using the bounding rectangle given by Rect, and to start the animation.

See Also