Method IsUrlAtPoint
IsUrlAtPoint(int, int)
When implemented by a class, indicates whether text at specified position is hypertext.
bool IsUrlAtPoint(int x, int y)
Parameters
Returns
- bool
True if text at given position is hypertext; otherwise false.
IsUrlAtPoint(int, int, out string)
When implemented by a class, indicates whether text at specified position is hypertext.
bool IsUrlAtPoint(int x, int y, out string url)
Parameters
x
intThe X-constituent of Point value to check.
y
intThe Y-constituent of Point value to check.
url
stringReceives text representation of url under text point.
Returns
- bool
True if text at given position is hypertext; otherwise false.