Table of Contents

Method GetSyntaxErrorAt

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

GetSyntaxErrorAt(int, int)

Gets syntax error at specified position.

public virtual ISyntaxError GetSyntaxErrorAt(int x, int y)

Parameters

x int

X-coordinate of the position to evaluate.

y int

Y-coordinate of the position to evaluate.

Returns

ISyntaxError

ISyntaxError object at specified position if succeed; otherwise null.