IsUrlAtTextPoint Method
IsUrlAtTextPoint(Int32, Int32, out String)
When implemented by a class, indicates whether text at specified position is hypertext.
Declaration
bool IsUrlAtTextPoint(int x, int y, out string url)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | The X-constituent of Point value to check in text coordinates. |
Int32 | y | The Y-constituent of Point value to check in text coordinates. |
String | url | Receives text representation of url under text point. |
Returns
Type | Description |
---|---|
Boolean | True if text at given position is hypertext; otherwise false. |