ConsoleTextBlinkMultiline(Point, String, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
You should call this function instead of ConsoleTextBlink(Point, Int32, Int32) when
the string to blink exceeds the BufferWidth buffer width.
|
ConsoleTextBlinkMultiline(Point, String, TimeSpan)
|
Blinks the specified text for the specified amount of times on the current attached console window.
You should call this function instead of ConsoleTextBlink(Point, Int32, Int32) when
the string to blink exceeds the BufferWidth buffer width.
|
ConsoleTextBlinkMultiline(Point, String, Int32, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
You should call this function instead of ConsoleTextBlink(Point, Int32, Int32) when
the string to blink exceeds the BufferWidth buffer width.
|
ConsoleTextBlinkMultiline(Point, String, TimeSpan, Int32)
|
Blinks the specified text for the specified amount of times on the current attached console window.
You should call this function instead of ConsoleTextBlink(Point, Int32, Int32) when
the string to blink exceeds the BufferWidth buffer width.
|