IScreen Interface
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Represents a custom screen.
Syntax
public interface IScreen
Methods
Name | Description |
---|---|
Clear(Int32, Int32, Int32, Int32) | Clear the contents of the specified rectangle. |
Copy(Int32, Int32, Int32, Int32, Int32, Int32) | Copy the contents of the specified rectangle. |
Resize(Int32, Int32) | Resize the screen. |
Scroll(Int32) | Scroll up by the specified number of rows. |
SetColor(Int32, Int32) | Set the current foreground and background colors. |
SetCursorPosition(Int32, Int32, Boolean) | Set cursor position and visibility. |
Write(Int32, Int32, String) | Write text at the specified position. |