ConsoleTextBlink(Point, Int32, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
The string must be smaller than the current console width buffer, or the blink effect will get buggy.
|
ConsoleTextBlink(Point, Int32, TimeSpan)
|
Blinks the specified text for the specified amount of times on the current attached console window.
The string must be smaller than the current console width buffer, or the blink effect will get buggy.
|
ConsoleTextBlink(Point, Int32, Int32, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
The string must be smaller than the current console width buffer, or the blink effect will get buggy.
|
ConsoleTextBlink(Point, Int32, TimeSpan, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
The string must be smaller than the current console width buffer, or the blink effect will get buggy.
|