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

In This Topic
    GetPositionAtOffset Method
    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