IScreen.Clear Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Clear(Int32, Int32, Int32, Int32)
Clear the contents of the specified rectangle.
Declaration
void Clear(int left, int top, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | left | X. |
Int32 | top | Y. |
Int32 | width | Width. |
Int32 | height | Height. |