Method IsUrlAtPoint
IsUrlAtPoint(int, int, out string, bool)
Indicates whether text at specified position contains a hyperlink.
public virtual bool IsUrlAtPoint(int x, int y, out string url, bool needUrl)
Parameters
xintThe X-constituent of Point value to check.
yintThe Y-constituent of Point value to check.
urlstringReceives text representation of hyperlink under text point.
needUrlboolSpecifies whether method should return hypertext.
Returns
- bool
True if text at given position is hyperlink; otherwise false.
IsUrlAtPoint(int, int)
Indicates whether text at specified position is hypertext.
public virtual bool IsUrlAtPoint(int x, int y)
Parameters
Returns
- bool
True if text at given position is hypertext; otherwise false.
IsUrlAtPoint(int, int, out string)
Indicates whether text at specified position is hypertext.
public virtual bool IsUrlAtPoint(int x, int y, out string url)
Parameters
xintThe X-constituent of Point value to check.
yintThe 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.
IsUrlAtPoint(double, double, out string, bool)
public virtual bool IsUrlAtPoint(double x, double y, out string url, bool needUrl)
Parameters
Returns
IsUrlAtPoint(double, double)
public virtual bool IsUrlAtPoint(double x, double y)
Parameters
Returns
IsUrlAtPoint(double, double, out string)
public virtual bool IsUrlAtPoint(double x, double y, out string url)