Method TextToScreen
TextToScreen(Point)
Converts given text coordinates, index of line and character, to screen coordinates.
public virtual Point TextToScreen(Point position)
Parameters
position
PointThe text coordinate Point to convert.
Returns
- Point
The Point representing screen coordinate.
TextToScreen(int, int)
Converts given text coordinates, index of line and character, to screen coordinates.
public virtual Point TextToScreen(int x, int y)
Parameters
Returns
- Point
The Point representing screen coordinate.
TextToScreen(Point, bool)
Converts given text coordinates, index of line and character, to screen coordinates.
public virtual Point TextToScreen(Point position, bool lineEnd)
Parameters
position
PointPoint coordinate to convert.
lineEnd
boolBoolean value indicating if the text position can be set to the end of the wrapped line.
Returns
- Point
The Point representing screen coordinate.
TextToScreen(int, int, bool)
protected Point TextToScreen(int x, int y, bool lineEnd)