TextEditor.CursorAt (gb.form.editor)

Function CursorAt ( [ Line As Integer, Column As Integer ] ) As Point

Convert a cursor position into pixel position

  • Line and Column define the cursor position. If omitted, they are replaced by the cursor position.

This method returns the position in pixels as a Point object.