Class BorderTextColor
Border writer with color and text support
Inheritance
Namespace: Terminaux.Writer.FancyWriters
Assembly: Terminaux.dll
Syntax
[Obsolete("This is considered a legacy method of writing this fancy text and will be removed in a future version of Terminaux. Please use its cyclic writer equivalent.")]
public static class BorderTextColor
Methods
| Edit this page View SourceRenderBorder(string, int, int, int, int, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, TextSettings, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, TextSettings, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, int, int, int, int, BorderSettings, TextSettings, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, BorderSettings, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, BorderSettings, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, BorderSettings, TextSettings, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, int, int, int, int, BorderSettings, TextSettings, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, TextSettings, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, TextSettings, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, string, BorderSettings, TextSettings, Color, Color, Color, params object[])
Renders the border plainly
Declaration
public static string RenderBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, TextSettings, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, TextSettings, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Returns
Type | Description |
---|---|
string |
RenderBorder(string, BorderSettings, TextSettings, Color, Color, Color)
Renders the border plainly
Declaration
public static string RenderBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, int, int, int, int)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, int, int, int, int, BorderSettings)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, int, int, int, int, BorderSettings, TextSettings)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, int, int, int, int, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, int, int, int, int, BorderSettings, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, int, int, int, int, BorderSettings, TextSettings, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, BorderSettings, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, string, BorderSettings, TextSettings, params object[])
Renders the border plainly
Declaration
public static string RenderBorderPlain(string title, string text, BorderSettings settings, TextSettings textSettings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, BorderSettings)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Returns
Type | Description |
---|---|
string |
RenderBorderPlain(string, BorderSettings, TextSettings)
Renders the border plainly
Declaration
public static string RenderBorderPlain(string text, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Returns
Type | Description |
---|---|
string |
WriteBorder(string)
Writes the border plainly
Declaration
public static void WriteBorder(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
WriteBorder(string, int, int, int, int)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
WriteBorder(string, int, int, int, int, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
WriteBorder(string, int, int, int, int, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
WriteBorder(string, int, int, int, int, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
Color | TextColor | Border text color from Terminaux's Color |
WriteBorder(string, int, int, int, int, BorderSettings)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
WriteBorder(string, int, int, int, int, BorderSettings, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
WriteBorder(string, int, int, int, int, BorderSettings, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
WriteBorder(string, int, int, int, int, BorderSettings, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
WriteBorder(string, int, int, int, int, BorderSettings, TextSettings)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
WriteBorder(string, int, int, int, int, BorderSettings, TextSettings, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
WriteBorder(string, int, int, int, int, BorderSettings, TextSettings, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
WriteBorder(string, int, int, int, int, BorderSettings, TextSettings, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
WriteBorder(string, string, int, int, int, int, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
Color | TextColor | Border text color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, TextSettings, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, TextSettings, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, TextSettings, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, int, int, int, int, BorderSettings, TextSettings, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
Color | TextColor | Border text color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, TextSettings, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, TextSettings textSettings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, TextSettings, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, TextSettings, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, string, BorderSettings, TextSettings, Color, Color, Color, params object[])
Writes the border plainly
Declaration
public static void WriteBorder(string title, string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written. |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
object[] | vars | Variables to format the message before it's written. |
WriteBorder(string, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color |
WriteBorder(string, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
WriteBorder(string, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | BorderColor | Border color from Terminaux's Color |
Color | BackgroundColor | Border background color from Terminaux's Color |
Color | TextColor | Border text color from Terminaux's Color |
WriteBorder(string, BorderSettings)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
WriteBorder(string, BorderSettings, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
WriteBorder(string, BorderSettings, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
WriteBorder(string, BorderSettings, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
WriteBorder(string, BorderSettings, TextSettings)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
WriteBorder(string, BorderSettings, TextSettings, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
WriteBorder(string, BorderSettings, TextSettings, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
WriteBorder(string, BorderSettings, TextSettings, Color, Color, Color)
Writes the border plainly
Declaration
public static void WriteBorder(string text, BorderSettings settings, TextSettings textSettings, Color BorderColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
Color | BorderColor | Border color |
Color | BackgroundColor | Border background color |
Color | TextColor | Border text color |
WriteBorderPlain(string)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
WriteBorderPlain(string, int, int, int, int)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
WriteBorderPlain(string, int, int, int, int, BorderSettings)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
WriteBorderPlain(string, int, int, int, int, BorderSettings, TextSettings)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the border horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the border vertically? Please note that this value comes from the upper left corner, which is an exterior position. |
int | InteriorWidth | The width of the interior window, excluding the two console columns for left and right frames |
int | InteriorHeight | The height of the interior window, excluding the two console columns for upper and lower frames |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |
WriteBorderPlain(string, BorderSettings)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
WriteBorderPlain(string, BorderSettings, TextSettings)
Writes the border plainly
Declaration
public static void WriteBorderPlain(string text, BorderSettings settings, TextSettings textSettings)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
TextSettings | textSettings | Text settings to use |