Method TextPointToAbsolutePosition
TextPointToAbsolutePosition(Point)
Converts given Point value to the absolute position.
public virtual 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.