ScriptEvent.TextInRegion Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TextInRegion(String, Int32, Int32, Int32, Int32)
Gets a ScriptEvent that matches the specified string appearing inside the specified region on the screen.
Declaration
public static ScriptEvent TextInRegion(string text, int row, int column, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
String | text | String to match. |
Int32 | row | Row of the top left corner of the region. |
Int32 | column | Column of the top left corner of the region. |
Int32 | width | Width of the region. |
Int32 | height | Height of the region. |
Returns
Type | Description |
---|---|
ScriptEvent | ScriptEvent that matches the specified string appearing inside the specified region. |