RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / C1TextPointer Constructor / C1TextPointer Constructor(C1TextElement,Int32)
The C1TextElement where to position the C1TextPointer.
The offset where to position the C1TextPointer.

In This Topic
    C1TextPointer Constructor(C1TextElement,Int32)
    In This Topic
    Initializes a new C1TextPointer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As C1TextElement, _
       ByVal offset As Integer _
    )
    public C1TextPointer( 
       C1TextElement element,
       int offset
    )

    Parameters

    element
    The C1TextElement where to position the C1TextPointer.
    offset
    The offset where to position the C1TextPointer.
    See Also