| 名前 | 解説 | |
|---|---|---|
![]() | CaretCoords | Get the caret coords, depending on C1TextLayout.HitTestInfo.IsTrailingHit this property returns C1TextLayout.HitTestInfo.CaretCoordsAfter or C1TextLayout.HitTestInfo.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 C1TextLayout.HitTestInfo.IsInside value is set to FALSE, this value is set according to the C1TextLayout.HitTestInfo.TextPosition value to represent the edge closest to the hit-test location. |
