GifPlainTextRenderingBlock

GifPlainTextRenderingBlock()

Initialise une nouvelle instance duGifPlainTextRenderingBlock classe.

public GifPlainTextRenderingBlock()

Voir également


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

Initialise une nouvelle instance duGifPlainTextRenderingBlock classe.

public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, 
    ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight, 
    byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
ParamètreTaperLa description
textGridLeftPositionUInt16La position gauche de la grille de texte.
textGridTopPositionUInt16La position supérieure de la grille de texte.
textGridWidthUInt16La largeur de la grille de texte.
textGridHeightUInt16La hauteur de la grille de texte.
characterCellWidthByteLa largeur de la cellule de caractère.
characterCellHeightByteLa hauteur de la cellule de caractère.
textForegroundColorIndexByteL’index de couleur de premier plan.
textBackgroundColorIndexByteL’indice de couleur de fond.
dataByte[]Les données en texte brut.

Voir également