RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / GetOffsetToPosition Method / GetOffsetToPosition(C1TextPointer) Method

In This Topic
    GetOffsetToPosition(C1TextPointer) Method
    In This Topic
    Equivalent to GetOffsetToPosition(C1TextPointer,Predicate<Tag>) with null as tagFilter.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetOffsetToPosition( _
       ByVal position As C1TextPointer _
    ) As Integer
    public int GetOffsetToPosition( 
       C1TextPointer position
    )

    Parameters

    position
    See Also