SadConsole.Consoles.Cursor.Print C# (CSharp) Method

Print() public method

Prints text to the console using the default print appearance.
public Print ( string text ) : Cursor
text string The text to print.
return Cursor
        public Cursor Print(string text)
        {
            Print(text, PrintAppearance, PrintEffect);
            return this;
        }

Same methods

Cursor::Print ( ColoredString text ) : Cursor
Cursor::Print ( string text, ICellAppearance template, ICellEffect templateEffect ) : Cursor