TypeWritterWrite Method
Writes text simulating a typewritter effect.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Write(
string text,
int typeSpeed,
int pauseDuration
)
public:
static void Write(
String^ text,
int typeSpeed,
int pauseDuration
)
static member Write :
text : string *
typeSpeed : int *
pauseDuration : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text to type.
- typeSpeed Int32
-
The typying speed, in ms.
- pauseDuration Int32
-
The pause duration of the punctuation characters, in ms.