Method XYToPosition
XYToPosition(long, long)
Converts the given zero based column and line number to a position.
public virtual long XYToPosition(long x, long y)
Parameters
Returns
- long
The position value, or -1 if x or y was invalid.
Converts the given zero based column and line number to a position.
public virtual long XYToPosition(long x, long y)
The position value, or -1 if x or y was invalid.