WriteTextWithBrush(CellBuffer, Int32, Int32, ReadOnlySpan, Style, in Rectangle, Nullable, Nullable, ColorMixSpace, Int32, Int32, UInt64) Method

Definition

Assembly XenoAtom.Terminal.UI.dll
public static void WriteTextWithBrush([Nullable((byte)1)] this CellBuffer buffer, int x, int y, ReadOnlySpan<char> text, Style style, in Rectangle brushRect, Brush? foregroundBrush, Brush? backgroundBrush, ColorMixSpace defaultMixSpace, int tabSize, int startColumn, ulong hyperlinkToken = 0UL)

Parameters

buffer
CellBuffer
style
Style
brushRect
Rectangle
foregroundBrush
Nullable<Brush>
backgroundBrush
Nullable<Brush>
defaultMixSpace
ColorMixSpace
tabSize
Int32
startColumn
Int32
hyperlinkToken
UInt64