Vcl.Imaging.GIFImg.TGIFImageList.GetFrame
Delphi
function GetFrame(Index: Integer): TGIFFrame;
C++
TGIFFrame* __fastcall GetFrame(int Index);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | class protected | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFImageList |
Description
Returns the frame found at the given index in the GIF image list.
The GetFrame returns the TGIFFrame object found at the given index.