ScriptEvent.CursorInArea Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
CursorInArea(Int32, Int32, Int32, Int32)
Gets a ScriptEvent that matches a cursor appearing in the specified area.
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 |
---|---|
ScriptEvent | ScriptEvent that matches a cursor appearing in the specified area. |