C# Class ImageTools.IO.Gif.GifGraphicsControlExtension

The Graphic Control Extension contains parameters used when processing a graphic rendering block.
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
DelayTime int
DisposalMethod DisposalMethod
TransparencyFlag bool
TransparencyIndex int

Property Details

DelayTime public_oe property

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
return int

DisposalMethod public_oe property

Indicates the way in which the graphic is to be treated after being displayed.
public DisposalMethod DisposalMethod
return DisposalMethod

TransparencyFlag public_oe property

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
return bool

TransparencyIndex public_oe property

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
return int