|
💻 TermColor User Manual
|
This is the complete list of members for TermColor.Drawing.ITerminalBufferEx, including all inherited members.
| DrawHorizontalLine< TColor >(this ITerminalBuffer buffer, int startX, int endX, int y, char ch, in TColor foreground, in TColor background) | TermColor.Drawing.ITerminalBufferEx | inlinestatic |
| DrawLine< TColor >(this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, TColor foreground, in TColor background) | TermColor.Drawing.ITerminalBufferEx | inlinestatic |
| DrawRectangle< TColor >(this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, in TColor foreground, in TColor background) | TermColor.Drawing.ITerminalBufferEx | inlinestatic |
| DrawVerticalLine< TColor >(this ITerminalBuffer buffer, int x, int startY, int endY, char ch, in TColor foreground, in TColor background) | TermColor.Drawing.ITerminalBufferEx | inlinestatic |
| FillRectangle< TColor >(this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, in TColor foreground, in TColor background) | TermColor.Drawing.ITerminalBufferEx | inlinestatic |