GifGraphicsControlBlock

GifGraphicsControlBlock constructor (1 of 3)

Initializes a new instance of the GifGraphicsControlBlock class.

public GifGraphicsControlBlock()

See Also


GifGraphicsControlBlock constructor (2 of 3)

Initializes a new instance of the GifGraphicsControlBlock class.

public GifGraphicsControlBlock(byte flags, ushort delayTime, byte transparentColorIndex)
ParameterTypeDescription
flagsByteThe flags.
delayTimeUInt16The delay time expressed in 1/100 seconds.
transparentColorIndexByteThe transparent color index.

See Also


GifGraphicsControlBlock constructor (3 of 3)

Initializes a new instance of the GifGraphicsControlBlock class.

public GifGraphicsControlBlock(ushort delayTime, bool hasTransparentColor, 
    byte transparentColorIndex, bool requiresUserInput, DisposalMethod disposalMethod)
ParameterTypeDescription
delayTimeUInt16The delay time expressed in 1/100 seconds.
hasTransparentColorBooleanif set to true the transparentColorIndex is valid.
transparentColorIndexByteThe transparent color index.
requiresUserInputBooleanif set to true the user input is expected.
disposalMethodDisposalMethodThe disposal method.

See Also