Method TextPointToAbsolutePosition
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
TextPointToAbsolutePosition(Point)
When implemented by a class, converts given Point value to the absolute position.
int TextPointToAbsolutePosition(Point position)
Parameters
position
PointPoint value where Y-Coordinate represents index of line and X-Coordinate - index of character in this line.
Returns
- int
Absolute position of given point.