Example #1
0
 public HRESULT putref_viewportElement(ISVGElement *v)
 {
     return(((delegate * unmanaged <ISVGElement *, ISVGElement *, int>)(lpVtbl[11]))((ISVGElement *)Unsafe.AsPointer(ref this), v));
 }
Example #2
0
 public HRESULT checkEnclosure(ISVGElement *element, ISVGRect *rect, [NativeTypeName("VARIANT_BOOL *")] short *pResult)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGElement *, ISVGRect *, short *, int>)(lpVtbl[49]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), element, rect, pResult));
 }
 public HRESULT getTransformToElement(ISVGElement *pElement, ISVGMatrix **ppResult)
 {
     return(((delegate * unmanaged <ISVGLocatable *, ISVGElement *, ISVGMatrix **, int>)(lpVtbl[12]))((ISVGLocatable *)Unsafe.AsPointer(ref this), pElement, ppResult));
 }
Example #4
0
 public HRESULT getEnclosureList(ISVGRect *rect, ISVGElement *referenceElement, VARIANT *pResult)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGRect *, ISVGElement *, VARIANT *, int>)(lpVtbl[47]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), rect, referenceElement, pResult));
 }