C# Класс ImageTools.IO.Gif.GifLogicalScreenDescriptor

The Logical Screen Descriptor contains the parameters necessary to define the area of the display device within which the images will be rendered
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Background byte
GlobalColorTableFlag bool
GlobalColorTableSize int
Height short
Width short

Описание свойств

Background публичное свойство

Index into the Global Color Table for the Background Color. The Background Color is the color used for those pixels on the screen that are not covered by an image.
public byte Background
Результат byte

GlobalColorTableFlag публичное свойство

Flag indicating the presence of a Global Color Table; if the flag is set, the Global Color Table will immediately follow the Logical Screen Descriptor.
public bool GlobalColorTableFlag
Результат bool

GlobalColorTableSize публичное свойство

If the Global Color Table Flag is set to 1, the value in this field is used to calculate the number of bytes contained in the Global Color Table.
public int GlobalColorTableSize
Результат int

Height публичное свойство

Height, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Height
Результат short

Width публичное свойство

Width, in pixels, of the Logical Screen where the images will be rendered in the displaying device.
public short Width
Результат short