ScriptEvent.CursorInArea Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
CursorInArea(Int32, Int32, Int32, Int32)
Gets a Script
Declaration
public static ScriptEvent CursorInArea(int row, int column, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | row | Row of the top left corner of the area. |
Int32 | column | Column of the top lef corner of the area. |
Int32 | width | Area width. |
Int32 | height | Area height. |
Returns
Type | Description |
---|---|
Script |
Script |