Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / ISegment Interface / GetPointers Method

In This Topic
    GetPointers Method (ISegment)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub GetPointers( _
       ByVal pIStart As IMarkupPointer, _
       ByVal pIEnd As IMarkupPointer _
    ) 
    void GetPointers( 
       IMarkupPointer pIStart,
       IMarkupPointer pIEnd
    )

    Parameters

    pIStart
    pIEnd
    See Also