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[]بيانات النص العادي.

أنظر أيضا