ScriptEvent.TextInRegion Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
TextInRegion(String, Int32, Int32, Int32, Int32)
Gets a Script
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 |
---|---|
Script |
Script |