Method IsUrlAtTextPoint
IsUrlAtTextPoint(int, int, out string)
Indicates whether text at specified position is hypertext.
public virtual bool IsUrlAtTextPoint(int x, int y, out string url)
Parameters
x
intThe X-constituent of Point value to check in text coordinates.
y
intThe Y-constituent of Point value to check in text coordinates.
url
stringReceives text representation of url under text point.
Returns
- bool
True if text at given position is hypertext; otherwise false.
IsUrlAtTextPoint(int, int, out string, bool)
protected virtual bool IsUrlAtTextPoint(int x, int y, out string url, bool needUrl)