[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1DXTextLayout.GetCaretCoords

GetCaretCoords Method

GetCaretCoords(int, bool)

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.

Declaration
public override C1CaretCoords GetCaretCoords(int textIndex, bool isTrailing)
Public Overrides Function GetCaretCoords(textIndex As Integer, isTrailing As Boolean) As C1CaretCoords
Parameters
Type Name Description
int textIndex

The text position used to get the pixel location.

bool isTrailing
Returns
Type Description
C1CaretCoords
Overrides