GifPlainTextRenderingBlock
Inhalt
[
Ausblenden
]GifPlainTextRenderingBlock()
Initialisiert eine neue Instanz vonGifPlainTextRenderingBlock
Klasse.
public GifPlainTextRenderingBlock()
Siehe auch
- class GifPlainTextRenderingBlock
- namensraum Aspose.Imaging.FileFormats.Gif.Blocks
- Montage Aspose.Imaging
GifPlainTextRenderingBlock(ushort, ushort, ushort, ushort, byte, byte, byte, byte, byte[])
Initialisiert eine neue Instanz vonGifPlainTextRenderingBlock
Klasse.
public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition,
ushort textGridWidth, ushort textGridHeight, byte characterCellWidth, byte characterCellHeight,
byte textForegroundColorIndex, byte textBackgroundColorIndex, byte[] data)
Parameter | Typ | Beschreibung |
---|---|---|
textGridLeftPosition | UInt16 | Die linke Position des Textrasters. |
textGridTopPosition | UInt16 | Die obere Position des Textrasters. |
textGridWidth | UInt16 | Die Breite des Textrasters. |
textGridHeight | UInt16 | Die Höhe des Textrasters. |
characterCellWidth | Byte | Die Zeichenzellenbreite. |
characterCellHeight | Byte | Die Zeichenzellenhöhe. |
textForegroundColorIndex | Byte | Der Vordergrundfarbindex. |
textBackgroundColorIndex | Byte | Der Index der Hintergrundfarbe. |
data | Byte[] | Die Klartextdaten. |
Siehe auch
- class GifPlainTextRenderingBlock
- namensraum Aspose.Imaging.FileFormats.Gif.Blocks
- Montage Aspose.Imaging