API:Vcl.Imaging.GIFImg.TGIFFrame

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Imaging.GIFImg.TGIFItemSystem.Classes.TPersistentSystem.TObjectTGIFFrame

Delphi

TGIFFrame = class(TGIFItem)

C++

class PASCALIMPLEMENTATION TGIFFrame : public TGIFItem

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

Implementiert Stream-Operationen für GIF-Bildblöcke.

Vcl.Imaging.GIFImg.TGIFFrame erbt von Vcl.Imaging.GIFImg.TGIFItem. Der folgende Inhalt bezieht sich auf Vcl.Imaging.GIFImg.TGIFItem.

Implementiert Stream-Operationen für GIF-Bildblöcke.

TGIFBlock implementiert Stream-Behandlungsoperationen für Blöcke von GIF-Bildern.

Die Methoden LoadFromStream und SaveToStream implementieren die Hauptfunktionalität der Klasse TGIFBlock.

Die Eigenschaft Data zeigt auf den Block des GIF-Bildes. Die Größe (in Bytes) des Blocks wird in der Eigenschaft Size gespeichert.

Siehe auch