Method ScreenToDisplay
ScreenToDisplay(double, double)
Converts given screen coordinates to display coordinates (index of line and character).
public virtual Point ScreenToDisplay(double x, double y)
Parameters
Returns
- Point
The Point representing display coordinate.
Remarks
Display coordinate represents point in Edit control, it may be different from text coordinate due to tabulations, wordwrap and outlining.
ScreenToDisplay(double, double, bool)
public virtual Point ScreenToDisplay(double x, double y, bool checkBeyondEof)