Vcl.Imaging.GIFImg.TGIFImageList.GetFrame

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also