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