Method AbsolutePositionToTextPoint
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
AbsolutePositionToTextPoint(int)
When implemented by a class, converts given absolute position to position as Point value.
Point AbsolutePositionToTextPoint(int position)
Parameters
position
intSpecifies index of character if the text considered as a single string.
Returns
- Point
Point value where Y-Coordinate represents index of line and X-Coordinate - index of character in this line.