getCaretPrototype abstract method

Rect getCaretPrototype(
  1. TextPosition position
)

Returns the Rect of the caret prototype at the given text position. Rect starts at origin.

Implementation

Rect getCaretPrototype(TextPosition position);