Vcl.Imaging.GIFImg.TGIFFrame.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(GIFImage: TGIFImage); override;

C++

__fastcall virtual TGIFFrame(TGIFImage* GIFImage);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Creates an instance of the TGIFFrame class.

Call Create to create an instance of the TGIFFrame class.

The GIFImage argument specifies the GIF image that the TGIFFrame instance initially stores.

See Also