Vcl.Imaging.GIFImg.TGIFBlock

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTGIFBlock

Delphi

TGIFBlock = class(TObject)

C++

class PASCALIMPLEMENTATION TGIFBlock : public System::TObject

Properties

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

Description

Implements stream operations for GIF image blocks.

TGIFBlock implements stream handling operations for blocks of GIF images.

The methods that implement the main functionality of the TGIFBlock class are LoadFromStream and SaveToStream.

The block of GIF image is pointed to by the Data property. The size of the block, in bytes, is stored in the Size property.

See Also