IScreen.Write Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Write(Int32, Int32, String)
Write text at the specified position.
Declaration
void Write(int left, int top, string text)
Parameters
Type | Name | Description |
---|---|---|
Int32 | left | |
Int32 | top | |
String | text |