Write text at the specified position.
Namespace:
Rebex.TerminalEmulation.Interop
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Sub Write ( _ left As Integer, _ top As Integer, _ text As String _ ) |
| C# |
|---|
void Write( int left, int top, string text ) |
Parameters
- left
- Type: System..::..Int32
- top
- Type: System..::..Int32
- text
- Type: System..::..String