public HRESULT MoveToMarkupPointer(IMarkupPointer *pPointer, IDisplayPointer *pDispLineContext) { return(((delegate * unmanaged <IDisplayPointer *, IMarkupPointer *, IDisplayPointer *, int>)(lpVtbl[17]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pPointer, pDispLineContext)); }
public HRESULT MoveToPointer(IDisplayPointer *pDispPointer) { return(((delegate * unmanaged <IDisplayPointer *, IDisplayPointer *, int>)(lpVtbl[6]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pDispPointer)); }
public HRESULT IsRightOf(IDisplayPointer *pDispPointer, BOOL *pfIsRightOf) { return(((delegate * unmanaged <IDisplayPointer *, IDisplayPointer *, BOOL *, int>)(lpVtbl[15]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pDispPointer, pfIsRightOf)); }
public HRESULT MoveSegmentToPointers(IHighlightSegment *pISegment, IDisplayPointer *pDispPointerStart, IDisplayPointer *pDispPointerEnd) { return(((delegate * unmanaged <IHighlightRenderingServices *, IHighlightSegment *, IDisplayPointer *, IDisplayPointer *, int>)(lpVtbl[4]))((IHighlightRenderingServices *)Unsafe.AsPointer(ref this), pISegment, pDispPointerStart, pDispPointerEnd)); }
public HRESULT AddSegment(IDisplayPointer *pDispPointerStart, IDisplayPointer *pDispPointerEnd, IHTMLRenderStyle *pIRenderStyle, IHighlightSegment **ppISegment) { return(((delegate * unmanaged <IHighlightRenderingServices *, IDisplayPointer *, IDisplayPointer *, IHTMLRenderStyle *, IHighlightSegment **, int>)(lpVtbl[3]))((IHighlightRenderingServices *)Unsafe.AsPointer(ref this), pDispPointerStart, pDispPointerEnd, pIRenderStyle, ppISegment)); }
public HRESULT MoveToSelectionAnchorEx(IDisplayPointer *pIStartAnchor) { return(((delegate * unmanaged <IHTMLEditServices2 *, IDisplayPointer *, int>)(lpVtbl[9]))((IHTMLEditServices2 *)Unsafe.AsPointer(ref this), pIStartAnchor)); }
public HRESULT MoveCaretToPointerEx(IDisplayPointer *pDispPointer, BOOL fVisible, BOOL fScrollIntoView, CARET_DIRECTION eDir) { return(((delegate * unmanaged <IHTMLCaret *, IDisplayPointer *, BOOL, BOOL, CARET_DIRECTION, int>)(lpVtbl[4]))((IHTMLCaret *)Unsafe.AsPointer(ref this), pDispPointer, fVisible, fScrollIntoView, eDir)); }