[]
Represents a logical position in a ITextMap.
public struct MapPos
public int CharIndex
Indicates whether the hit test location is at the leading or the trailing side of the character.
public bool IsTrailing
public int LineIndex
Gets the position within the ITextLine depending on IsTrailing.
public int PosInLine { get; }