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

The Graphic Control Extension contains parameters used when processing a graphic rendering block.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
DelayTime int
DisposalMethod DisposalMethod
TransparencyFlag bool
TransparencyIndex int

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

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

If not 0, this field specifies the number of hundredths (1/100) of a second to wait before continuing with the processing of the Data Stream. The clock starts ticking immediately after the graphic is rendered. This field may be used in conjunction with the User Input Flag field.
public int DelayTime
Результат int

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

Indicates the way in which the graphic is to be treated after being displayed.
public DisposalMethod DisposalMethod
Результат DisposalMethod

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

Indicates whether a transparency index is given in the Transparent Index field. (This field is the least significant bit of the byte.)
public bool TransparencyFlag
Результат bool

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

The Transparency Index is such that when encountered, the corresponding pixel of the display device is not modified and processing goes on to the next pixel.
public int TransparencyIndex
Результат int