Exemplo n.º 1
0
 public HRESULT elementsFromRect(float left, float top, float width, float height, IHTMLDOMChildrenCollection **elementsHit)
 {
     return(((delegate * unmanaged <IHTMLDocument8 *, float, float, float, float, IHTMLDOMChildrenCollection **, int>)(lpVtbl[38]))((IHTMLDocument8 *)Unsafe.AsPointer(ref this), left, top, width, height, elementsHit));
 }
Exemplo n.º 2
0
 public HRESULT querySelectorAll([NativeTypeName("BSTR")] ushort *v, IHTMLDOMChildrenCollection **pel)
 {
     return(((delegate * unmanaged <IDocumentSelector *, ushort *, IHTMLDOMChildrenCollection **, int>)(lpVtbl[8]))((IDocumentSelector *)Unsafe.AsPointer(ref this), v, pel));
 }
Exemplo n.º 3
0
 public HRESULT elementsFromPoint(float x, float y, IHTMLDOMChildrenCollection **elementsHit)
 {
     return(((delegate * unmanaged <IHTMLDocument8 *, float, float, IHTMLDOMChildrenCollection **, int>)(lpVtbl[37]))((IHTMLDocument8 *)Unsafe.AsPointer(ref this), x, y, elementsHit));
 }