Vcl.Imaging.GIFImg.TGIFFrame.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: TGIFVersion; override;

C++

virtual TGIFVersion __fastcall GetVersion();

Properties

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

Description

Returns the version of the GIF image.

GetVersion returns the version of the GIF image contained within the frame.

See Also