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