|
| static void | DrawHorizontalLine< TColor > (this ITerminalBuffer buffer, int startX, int endX, int y, char ch, in TColor foreground, in TColor background) |
| |
| static void | DrawVerticalLine< TColor > (this ITerminalBuffer buffer, int x, int startY, int endY, char ch, in TColor foreground, in TColor background) |
| |
| static void | DrawRectangle< TColor > (this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, in TColor foreground, in TColor background) |
| |
| static void | FillRectangle< TColor > (this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, in TColor foreground, in TColor background) |
| |
| static void | DrawLine< TColor > (this ITerminalBuffer buffer, int startX, int startY, int endX, int endY, char ch, TColor foreground, in TColor background) |
| |
◆ DrawHorizontalLine< TColor >()
| static void TermColor.Drawing.ITerminalBufferEx.DrawHorizontalLine< TColor > |
( |
this ITerminalBuffer |
buffer, |
|
|
int |
startX, |
|
|
int |
endX, |
|
|
int |
y, |
|
|
char |
ch, |
|
|
in TColor |
foreground, |
|
|
in TColor |
background |
|
) |
| |
|
inlinestatic |
Fill a segment of a row with characters of the same color.
- Template Parameters
-
| TColor | Type of the used color. |
- Parameters
-
| buffer | |
| startX | Starting column number. |
| endX | End column number. |
| y | Row number. |
| ch | The character to use. |
| foreground | Foreground color. |
| background | Background color. |
◆ DrawLine< TColor >()
| static void TermColor.Drawing.ITerminalBufferEx.DrawLine< TColor > |
( |
this ITerminalBuffer |
buffer, |
|
|
int |
startX, |
|
|
int |
startY, |
|
|
int |
endX, |
|
|
int |
endY, |
|
|
char |
ch, |
|
|
TColor |
foreground, |
|
|
in TColor |
background |
|
) |
| |
|
inlinestatic |
Draw a line from (startX, startY) to (endX, endY).
- Template Parameters
-
| TColor | Type of the used color. |
- Parameters
-
| buffer | |
| startY | First row number. |
| endY | Last row number. |
| startX | First column number. |
| endX | Last column number. |
| ch | The character to use. |
| foreground | Foreground color of the line. |
| background | Background color of the line. |
◆ DrawRectangle< TColor >()
| static void TermColor.Drawing.ITerminalBufferEx.DrawRectangle< TColor > |
( |
this ITerminalBuffer |
buffer, |
|
|
int |
startX, |
|
|
int |
startY, |
|
|
int |
endX, |
|
|
int |
endY, |
|
|
char |
ch, |
|
|
in TColor |
foreground, |
|
|
in TColor |
background |
|
) |
| |
|
inlinestatic |
Draw an outline of a rectangle with characters of given color.
- Template Parameters
-
| TColor | Type of the used color. |
- Parameters
-
| buffer | |
| startY | First row number. |
| endY | Last row number. |
| startX | First column number. |
| endX | Last column number. |
| ch | The character to use. |
| foreground | Foreground color. |
| background | Background color. |
◆ DrawVerticalLine< TColor >()
| static void TermColor.Drawing.ITerminalBufferEx.DrawVerticalLine< TColor > |
( |
this ITerminalBuffer |
buffer, |
|
|
int |
x, |
|
|
int |
startY, |
|
|
int |
endY, |
|
|
char |
ch, |
|
|
in TColor |
foreground, |
|
|
in TColor |
background |
|
) |
| |
|
inlinestatic |
Fill a segment of a column with characters of the same color.
- Template Parameters
-
| TColor | Type of the used color. |
- Parameters
-
| buffer | |
| startY | First row number. |
| endY | Last row number. |
| y | Row number. |
| ch | The character to use. |
| foreground | Foreground color. |
| background | Background color. |
◆ FillRectangle< TColor >()
| static void TermColor.Drawing.ITerminalBufferEx.FillRectangle< TColor > |
( |
this ITerminalBuffer |
buffer, |
|
|
int |
startX, |
|
|
int |
startY, |
|
|
int |
endX, |
|
|
int |
endY, |
|
|
char |
ch, |
|
|
in TColor |
foreground, |
|
|
in TColor |
background |
|
) |
| |
|
inlinestatic |
Fill a rectangle with a characters of given color.
- Template Parameters
-
| TColor | Type of the used color. |
- Parameters
-
| buffer | |
| startY | First row number. |
| endY | Last row number. |
| startX | First column number. |
| endX | Last column number. |
| ch | The character to use. |
| foreground | Foreground color. |
| background | Background color. |
The documentation for this class was generated from the following file: