GifPlainTextRenderingBlock

GifPlainTextRenderingBlock()

Initialisiert eine neue Instanz vonGifPlainTextRenderingBlock Klasse.

public GifPlainTextRenderingBlock()

Siehe auch


GifPlainTextRenderingBlock(ushort, ushort, ushort, ushort, byte, byte, byte, byte, byte[])

Initialisiert eine neue Instanz vonGifPlainTextRenderingBlock Klasse.

public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, 
    ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight, 
    byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
ParameterTypBeschreibung
textGridLeftPositionUInt16Die linke Position des Textrasters.
textGridTopPositionUInt16Die obere Position des Textrasters.
textGridWidthUInt16Die Breite des Textrasters.
textGridHeightUInt16Die Höhe des Textrasters.
characterCellWidthByteDie Zeichenzellenbreite.
characterCellHeightByteDie Zeichenzellenhöhe.
textForegroundColorIndexByteDer Vordergrundfarbindex.
textBackgroundColorIndexByteDer Index der Hintergrundfarbe.
dataByte[]Die Klartextdaten.

Siehe auch