RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / C1TextPointer Constructor / C1TextPointer Constructor(C1TextPointer)
A position to initialize this C1TextPointer with.

In This Topic
    C1TextPointer Constructor(C1TextPointer)
    In This Topic
    Initializes a new C1TextPointer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal position As C1TextPointer _
    )
    public C1TextPointer( 
       C1TextPointer position
    )

    Parameters

    position
    A position to initialize this C1TextPointer with.
    See Also