RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / GetPositionAtOffset Method

In This Topic
    GetPositionAtOffset Method (C1TextPointer)
    In This Topic
    Returns the position at an offset of the current position, optionally not counting some positions.
    Overload List
    OverloadDescription
    Returns the position at an offset of the current position, optionally not counting some positions.  
    Equivalent to GetPositionAtOffset(Int32,Predicate<Tag>) with null as tagFilter.  
    See Also