[]
Represents hit test info in a ITextMap.
public struct HitTestInfo
Public Structure HitTestInfo
Name | Description |
---|---|
Bounds | The bounds of Pos on the page. |
IsInside | Indicates whether the hit test location is inside the ITextLine. If false, the position nearest to the text's edge is returned. |
Pos | The logical position in the ITextMap. |