GifGraphicsControlBlock.GifGraphicsControlBlock

GifGraphicsControlBlock()

Initializes a new instance of the GifGraphicsControlBlock class.

public GifGraphicsControlBlock()

See Also


GifGraphicsControlBlock(byte, ushort, byte)

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(ushort, bool, byte, bool, DisposalMethod)

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