Ejemplo n.º 1
0
 public HRESULT MoveToMarkupPointer(IMarkupPointer *pPointer, IDisplayPointer *pDispLineContext)
 {
     return(((delegate * unmanaged <IDisplayPointer *, IMarkupPointer *, IDisplayPointer *, int>)(lpVtbl[17]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pPointer, pDispLineContext));
 }
Ejemplo n.º 2
0
 public HRESULT MoveToPointer(IDisplayPointer *pDispPointer)
 {
     return(((delegate * unmanaged <IDisplayPointer *, IDisplayPointer *, int>)(lpVtbl[6]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pDispPointer));
 }
Ejemplo n.º 3
0
 public HRESULT IsRightOf(IDisplayPointer *pDispPointer, BOOL *pfIsRightOf)
 {
     return(((delegate * unmanaged <IDisplayPointer *, IDisplayPointer *, BOOL *, int>)(lpVtbl[15]))((IDisplayPointer *)Unsafe.AsPointer(ref this), pDispPointer, pfIsRightOf));
 }
Ejemplo n.º 4
0
 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));
 }
Ejemplo n.º 5
0
 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));
 }
Ejemplo n.º 6
0
 public HRESULT MoveToSelectionAnchorEx(IDisplayPointer *pIStartAnchor)
 {
     return(((delegate * unmanaged <IHTMLEditServices2 *, IDisplayPointer *, int>)(lpVtbl[9]))((IHTMLEditServices2 *)Unsafe.AsPointer(ref this), pIStartAnchor));
 }
Ejemplo n.º 7
0
 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));
 }