GifPlainTextRenderingBlock

GifPlainTextRenderingBlock()

Initierar en ny instans avGifPlainTextRenderingBlock class.

public GifPlainTextRenderingBlock()

Se även


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

Initierar en ny instans avGifPlainTextRenderingBlock class.

public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, 
    ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight, 
    byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
ParameterTypBeskrivning
textGridLeftPositionUInt16Textrutnätet till vänster.
textGridTopPositionUInt16Textrutnätets översta position.
textGridWidthUInt16Textrutnätets bredd.
textGridHeightUInt16Textrutnätets höjd.
characterCellWidthByteTeckenets cellbredd.
characterCellHeightByteTeckencellens höjd.
textForegroundColorIndexByteFörgrundsfärgindex.
textBackgroundColorIndexByteBakgrundsfärgindex.
dataByte[]Oformaterad textdata.

Se även