Table of Contents

Method IsUrlAtTextPoint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

IsUrlAtTextPoint(int, int, out string)

When implemented by a class, indicates whether text at specified position is hypertext.

bool IsUrlAtTextPoint(int x, int y, out string url)

Parameters

x int

The X-constituent of Point value to check in text coordinates.

y int

The Y-constituent of Point value to check in text coordinates.

url string

Receives text representation of url under text point.

Returns

bool

True if text at given position is hypertext; otherwise false.