Vcl.Imaging.GIFImg.TGIFExtensionList.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 TGIFExtensionList

Description

Returns the image field of the Frame property.

The GetImage method returns the image contained in the frame specified by the Frame property.

See Also