Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AFrame: TGIFFrame); override;

C++

__fastcall virtual TGIFAppExtNSLoop(TGIFFrame* AFrame)/* overload */;
/* TGIFApplicationExtension.Create */ inline __fastcall TGIFAppExtNSLoop(TGIFFrame* ASubImage, const TGIFApplicationRec &Ident)/* overload */ : TGIFApplicationExtension(ASubImage, Ident) { }

Properties

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

Description

Creates an instance of the TGIFAppExtNSLoop class.

Call Create to create an instance of the TGIFAppExtNSLoop class.

See Also