C1TextLayout.HitTestInfo Structure Members
In This Topic
The following tables list the members exposed by C1TextLayout.HitTestInfo.
Public Fields
Public Properties
| Name | Description |
| CaretCoords | Get the caret coords, depending on IsTrailingHit this property returns CaretCoordsAfter or CaretCoordsBefore. |
| IsInside | Indicates whether the hit-test location is inside the text string. When FALSE, the position nearest the text's edge is returned. |
| IsTrailingHit | Indicates whether the hit-test location is at the leading or the trailing side of the character. When the IsInside value is set to FALSE, this value is set according to the TextPosition value to represent the edge closest to the hit-test location. |
Top
See Also