Vcl.Imaging.GIFImg.TGIFHeader.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: WORD read FLogicalScreenDescriptor.ScreenWidth

C++

__property System::Word Width = {read=FLogicalScreenDescriptor.ScreenWidth, write=FLogicalScreenDescriptor.ScreenWidth, nodefault};

Properties

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

Description

Specifies the width of the GIF image file.

The Width property specifies the width of the GIF image to which the TGIFHeader instance corresponds.

See Also