Class BoxFrameColor
BoxFrame writer with color support
Inheritance
Namespace: Terminaux.Writer.FancyWriters
Assembly: Terminaux.dll
Syntax
public static class BoxFrameColor
Methods
| Edit this page View SourceRenderBoxFrame(int, int, int, int)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | The rendered frame |
RenderBoxFrame(int, int, int, int, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(int, int, int, int, Color, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(int, int, int, int, Color, Color, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(int, int, int, int, BorderSettings)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | The rendered frame |
RenderBoxFrame(int, int, int, int, BorderSettings, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(int, int, int, int, BorderSettings, Color, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(int, int, int, int, BorderSettings, Color, Color, Color)
Renders the box frame
Declaration
public static string RenderBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
Returns
Type | Description |
---|---|
string | The rendered frame |
RenderBoxFrame(string, int, int, int, int, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color FrameColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, Color, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color FrameColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, Color, Color, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color FrameColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, BorderSettings, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, BorderSettings, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color FrameColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, BorderSettings, Color, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color FrameColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
RenderBoxFrame(string, int, int, int, int, BorderSettings, Color, Color, Color, params object[])
Renders the box frame
Declaration
public static string RenderBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color FrameColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | FrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string | The rendered box frame |
WriteBoxFrame(int, int, int, int)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 |
WriteBoxFrame(int, int, int, int, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
WriteBoxFrame(int, int, int, int, Color, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color from Terminaux's Color |
Color | BackgroundColor | BoxFrame background color from Terminaux's Color |
WriteBoxFrame(int, int, int, int, Color, Color, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color from Terminaux's Color |
Color | BackgroundColor | BoxFrame background color from Terminaux's Color |
Color | TextColor | BoxFrame text color from Terminaux's Color |
WriteBoxFrame(int, int, int, int, BorderSettings)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 |
WriteBoxFrame(int, int, int, int, BorderSettings, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
WriteBoxFrame(int, int, int, int, BorderSettings, Color, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
WriteBoxFrame(int, int, int, int, BorderSettings, Color, Color, Color)
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor, Color TextColor)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
WriteBoxFrame(string, int, int, int, int, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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. |
WriteBoxFrame(string, int, int, int, int, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFrame(string, int, int, int, int, Color, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color from Terminaux's Color |
Color | BackgroundColor | BoxFrame background color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFrame(string, int, int, int, int, Color, Color, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, Color BoxFrameColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color from Terminaux's Color |
Color | BackgroundColor | BoxFrame background color from Terminaux's Color |
Color | TextColor | BoxFrame text color from Terminaux's Color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFrame(string, int, int, int, int, BorderSettings, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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. |
WriteBoxFrame(string, int, int, int, int, BorderSettings, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFrame(string, int, int, int, int, BorderSettings, Color, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFrame(string, int, int, int, int, BorderSettings, Color, Color, Color, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFrame(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, Color BoxFrameColor, Color BackgroundColor, Color TextColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 | BoxFrameColor | BoxFrame color |
Color | BackgroundColor | BoxFrame background color |
Color | TextColor | BoxFrame text color |
object[] | vars | Variables to format the message before it's written. |
WriteBoxFramePlain(int, int, int, int)
Writes the box frame plainly
Declaration
public static void WriteBoxFramePlain(int Left, int Top, int InteriorWidth, int InteriorHeight)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 |
WriteBoxFramePlain(int, int, int, int, BorderSettings)
Writes the box frame plainly
Declaration
public static void WriteBoxFramePlain(int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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 |
WriteBoxFramePlain(string, int, int, int, int, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFramePlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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. |
WriteBoxFramePlain(string, int, int, int, int, BorderSettings, params object[])
Writes the box frame plainly
Declaration
public static void WriteBoxFramePlain(string text, int Left, int Top, int InteriorWidth, int InteriorHeight, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
int | Left | Where to place the box frame horizontally? Please note that this value comes from the upper left corner, which is an exterior position. |
int | Top | Where to place the box frame 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. |