Table of Contents

Method GetHint

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

GetHint(int, int)

Gets a text under the cursor to be displayed in the hint

public virtual string GetHint(int x, int y)

Parameters

x int

The X-constituent of the Point value that specifies the point to check-up.

y int

The Y-constituent of the Point value that specifies the point to check-up.

Returns

string

Text under the cursor

GetHint(double, double)

public virtual string GetHint(double x, double y)

Parameters

x double
y double

Returns

string