public HRESULT get_farthestViewportElement(ISVGElement **p)
 {
     return(((delegate * unmanaged <ISVGLocatable *, ISVGElement **, int>)(lpVtbl[8]))((ISVGLocatable *)Unsafe.AsPointer(ref this), p));
 }
Beispiel #2
0
 public HRESULT get_viewportElement(ISVGElement **p)
 {
     return(((delegate * unmanaged <ISVGElement *, ISVGElement **, int>)(lpVtbl[12]))((ISVGElement *)Unsafe.AsPointer(ref this), p));
 }
Beispiel #3
0
 public HRESULT get_correspondingElement(ISVGElement **p)
 {
     return(((delegate * unmanaged <ISVGElementInstance *, ISVGElement **, int>)(lpVtbl[7]))((ISVGElementInstance *)Unsafe.AsPointer(ref this), p));
 }