GifPlainTextRenderingBlock

GifPlainTextRenderingBlock constructor (1 of 2)

Initializes a new instance of the GifPlainTextRenderingBlock class.

public GifPlainTextRenderingBlock()

See Also


GifPlainTextRenderingBlock constructor (2 of 2)

Initializes a new instance of the GifPlainTextRenderingBlock class.

public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, 
    ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight, 
    byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
ParameterTypeDescription
textGridLeftPositionUInt16The text grid left position.
textGridTopPositionUInt16The text grid top position.
textGridWidthUInt16The text grid width.
textGridHeightUInt16The text grid height.
characterCellWidthByteThe character cell width.
characterCellHeightByteThe character cell height.
textForegroundColorIndexByteThe foreground color index.
textBackgroundColorIndexByteThe background color index.
dataByte[]The plain text data.

See Also