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