Beispiel #1
0
 public HRESULT RemoveSegment(IHighlightSegment *pISegment)
 {
     return(((delegate * unmanaged <IHighlightRenderingServices *, IHighlightSegment *, int>)(lpVtbl[5]))((IHighlightRenderingServices *)Unsafe.AsPointer(ref this), pISegment));
 }
Beispiel #2
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));
 }