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

Each image in the Data Stream is composed of an Image Descriptor, an optional Local Color Table, and the image data. Each image must fit within the boundaries of the Logical Screen, as defined in the Logical Screen Descriptor.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Height short
InterlaceFlag bool
Left short
LocalColorTableFlag bool
LocalColorTableSize int
Top short
Width short

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

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

Height of the image in pixels.
public short Height
Результат short

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

Indicates if the image is interlaced. An image is interlaced in a four-pass interlace pattern.
public bool InterlaceFlag
Результат bool

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

Column number, in pixels, of the left edge of the image, with respect to the left edge of the Logical Screen. Leftmost column of the Logical Screen is 0.
public short Left
Результат short

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

Indicates the presence of a Local Color Table immediately following this Image Descriptor.
public bool LocalColorTableFlag
Результат bool

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

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

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

Row number, in pixels, of the top edge of the image with respect to the top edge of the Logical Screen. Top row of the Logical Screen is 0.
public short Top
Результат short

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

Width of the image in pixels.
public short Width
Результат short