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