Method ScreenToDisplayX
ScreenToDisplayX(int, int)
Converts given screen coordinates to display coordinate of a character.
public virtual int ScreenToDisplayX(int x, int line)
Parameters
Returns
- int
The integer representing display coordinate.
Remarks
Display coordinate represents point in SyntaxEdit control, it may be different from text coordinate due to tabulations, wordwrap and outlining.