Table of Contents

Method IsOnHyperText

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v10.dll

IsOnHyperText(int, int)

Indicates whether the text fragment at given coordinates contains hypertext.

public virtual bool IsOnHyperText(int x, int y)

Parameters

x int

X coordinate of the cursor's position.

y int

Y coordinate of the cursor's position.

Returns

bool

True if the cursor is over a hypertext; otherwise, false.

IsOnHyperText(double, double)

public virtual bool IsOnHyperText(double x, double y)

Parameters

x double
y double

Returns

bool