[]
Use this function to get the pixel location relative to the top-left of the layout box given the text position and the logical side of the position.
public override C1CaretCoords GetCaretCoords(int textIndex, bool isTrailing)
Public Overrides Function GetCaretCoords(textIndex As Integer, isTrailing As Boolean) As C1CaretCoords
| Type | Name | Description |
|---|---|---|
| int | textIndex | The text position used to get the pixel location. |
| bool | isTrailing |
| Type | Description |
|---|---|
| C1CaretCoords |