Vcl.Imaging.GIFImg.TGIFImageList.GetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImage: TGIFImage; override;

C++

virtual TGIFImage* __fastcall GetImage();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImageList

Description

Returns the image stored by the TGIFImageList object.

The GetImage method returns the GIF image stored by the TGIFImageList object.

See Also