GifGraphicsControlBlock
Inhalt
[
Ausblenden
]GifGraphicsControlBlock()
Initialisiert eine neue Instanz vonGifGraphicsControlBlock
Klasse.
public GifGraphicsControlBlock()
Siehe auch
- class GifGraphicsControlBlock
- namensraum Aspose.Imaging.FileFormats.Gif.Blocks
- Montage Aspose.Imaging
GifGraphicsControlBlock(byte, ushort, byte)
Initialisiert eine neue Instanz vonGifGraphicsControlBlock
Klasse.
public GifGraphicsControlBlock(byte flags, ushort delayTime, byte transparentColorIndex)
Parameter | Typ | Beschreibung |
---|---|---|
flags | Byte | Die Fahnen. |
delayTime | UInt16 | Die Verzögerungszeit, ausgedrückt in 1/100 Sekunden. |
transparentColorIndex | Byte | Der transparente Farbindex. |
Siehe auch
- class GifGraphicsControlBlock
- namensraum Aspose.Imaging.FileFormats.Gif.Blocks
- Montage Aspose.Imaging
GifGraphicsControlBlock(ushort, bool, byte, bool, DisposalMethod)
Initialisiert eine neue Instanz vonGifGraphicsControlBlock
Klasse.
public GifGraphicsControlBlock(ushort delayTime, bool hasTransparentColor,
byte transparentColorIndex, bool requiresUserInput, DisposalMethod disposalMethod)
Parameter | Typ | Beschreibung |
---|---|---|
delayTime | UInt16 | Die Verzögerungszeit, ausgedrückt in 1/100 Sekunden. |
hasTransparentColor | Boolean | wenn eingestelltStimmt dastransparentColorIndex ist gültig. |
transparentColorIndex | Byte | Der transparente Farbindex. |
requiresUserInput | Boolean | wenn eingestelltStimmt Die Benutzereingabe wird erwartet. |
disposalMethod | DisposalMethod | Die Entsorgungsmethode. |
Siehe auch
- enum DisposalMethod
- class GifGraphicsControlBlock
- namensraum Aspose.Imaging.FileFormats.Gif.Blocks
- Montage Aspose.Imaging