GifGraphicsControlBlock

GifGraphicsControlBlock()

Initialisiert eine neue Instanz vonGifGraphicsControlBlock Klasse.

public GifGraphicsControlBlock()

Siehe auch


GifGraphicsControlBlock(byte, ushort, byte)

Initialisiert eine neue Instanz vonGifGraphicsControlBlock Klasse.

public GifGraphicsControlBlock(byte flags, ushort delayTime, byte transparentColorIndex)
ParameterTypBeschreibung
flagsByteDie Fahnen.
delayTimeUInt16Die Verzögerungszeit, ausgedrückt in 1/100 Sekunden.
transparentColorIndexByteDer transparente Farbindex.

Siehe auch


GifGraphicsControlBlock(ushort, bool, byte, bool, DisposalMethod)

Initialisiert eine neue Instanz vonGifGraphicsControlBlock Klasse.

public GifGraphicsControlBlock(ushort delayTime, bool hasTransparentColor, 
    byte transparentColorIndex, bool requiresUserInput, DisposalMethod disposalMethod)
ParameterTypBeschreibung
delayTimeUInt16Die Verzögerungszeit, ausgedrückt in 1/100 Sekunden.
hasTransparentColorBooleanwenn eingestelltStimmt dastransparentColorIndex ist gültig.
transparentColorIndexByteDer transparente Farbindex.
requiresUserInputBooleanwenn eingestelltStimmt Die Benutzereingabe wird erwartet.
disposalMethodDisposalMethodDie Entsorgungsmethode.

Siehe auch