GifPlainTextRenderingBlock

GifPlainTextRenderingBlock()

初始化GifPlainTextRenderingBlock类.

public GifPlainTextRenderingBlock()

也可以看看


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

初始化GifPlainTextRenderingBlock类.

public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, 
    ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight, 
    byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
范围类型描述
textGridLeftPositionUInt16文本网格左侧位置。
textGridTopPositionUInt16文本网格顶部位置。
textGridWidthUInt16文本网格宽度。
textGridHeightUInt16文本网格高度。
characterCellWidthByte字符单元格宽度。
characterCellHeightByte字符单元格高度。
textForegroundColorIndexByte前景色索引。
textBackgroundColorIndexByte背景颜色索引。
dataByte[]纯文本数据。

也可以看看