Search Results for

    Class TextWriterWhereSlowColor

    Console text writer with color support (slow positional write)

    Inheritance
    object
    TextWriterWhereSlowColor
    Namespace
    Terminaux.Writer.ConsoleWriters @ Terminaux.dll
    Syntax
    public static class TextWriterWhereSlowColor


    Methods

    WriteWhereSlowly(string, bool, int, int, double, bool, int, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, bool, int, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, ThemeColorType color = ThemeColorType.NeutralText, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    color ThemeColorType

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, bool, int, ThemeColorType, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, ThemeColorType ForegroundColor = ThemeColorType.NeutralText, ThemeColorType BackgroundColor = ThemeColorType.Background, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    ForegroundColor ThemeColorType

    A foreground color that will be changed to.

    BackgroundColor ThemeColorType

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, bool, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, bool, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, ThemeColorType color = ThemeColorType.NeutralText, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    color ThemeColorType

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, bool, ThemeColorType, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, ThemeColorType ForegroundColor = ThemeColorType.NeutralText, ThemeColorType BackgroundColor = ThemeColorType.Background, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    ForegroundColor ThemeColorType

    A foreground color that will be changed to.

    BackgroundColor ThemeColorType

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, ThemeColorType color = ThemeColorType.NeutralText, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    color ThemeColorType

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowly(string, bool, int, int, double, ThemeColorType, ThemeColorType, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowly(string msg, bool Line, int Left, int Top, double MsEachLetter, ThemeColorType ForegroundColor = ThemeColorType.NeutralText, ThemeColorType BackgroundColor = ThemeColorType.Background, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    ForegroundColor ThemeColorType

    A foreground color that will be changed to.

    BackgroundColor ThemeColorType

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColor(string, bool, int, int, double, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColor(string msg, bool Line, int Left, int Top, double MsEachLetter, Color color, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    color Color

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColor(string, bool, int, int, double, bool, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColor(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, Color color, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    color Color

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColor(string, bool, int, int, double, bool, int, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColor(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, Color color, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    color Color

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColorBack(string, bool, int, int, double, Color, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColorBack(string msg, bool Line, int Left, int Top, double MsEachLetter, Color ForegroundColor, Color BackgroundColor, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    ForegroundColor Color

    A foreground color that will be changed to.

    BackgroundColor Color

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColorBack(string, bool, int, int, double, bool, Color, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColorBack(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, Color ForegroundColor, Color BackgroundColor, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    ForegroundColor Color

    A foreground color that will be changed to.

    BackgroundColor Color

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyColorBack(string, bool, int, int, double, bool, int, Color, Color, params object[])

    Outputs the text into the terminal prompt with location support, and sets colors as needed.

    Declaration
    public static void WriteWhereSlowlyColorBack(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, Color ForegroundColor, Color BackgroundColor, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    ForegroundColor Color

    A foreground color that will be changed to.

    BackgroundColor Color

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyPlain(string, bool, int, int, double, bool, int, params object[])

    Outputs the text into the terminal prompt with location support.

    Declaration
    public static void WriteWhereSlowlyPlain(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, int RightMargin, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    RightMargin int

    The right margin

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyPlain(string, bool, int, int, double, bool, params object[])

    Outputs the text into the terminal prompt with location support.

    Declaration
    public static void WriteWhereSlowlyPlain(string msg, bool Line, int Left, int Top, double MsEachLetter, bool Return, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    Return bool

    Whether or not to return to old position

    vars object[]

    Variables to format the message before it's written.

    WriteWhereSlowlyPlain(string, bool, int, int, double, params object[])

    Outputs the text into the terminal prompt with location support.

    Declaration
    public static void WriteWhereSlowlyPlain(string msg, bool Line, int Left, int Top, double MsEachLetter, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    Left int

    Column number in console

    Top int

    Row number in console

    MsEachLetter double

    Time in milliseconds to delay writing

    vars object[]

    Variables to format the message before it's written.

    Show / Hide Table of Contents

    Table of contents



      About

      Copyright © 2014-2026 Aptivi

      Find us

    •  
    •  
    •  
    •  
    •  
    •  
    • Social media

    •  
    •  
    •  
    •