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 putref_viewport(ISVGRect *v) { return(((delegate * unmanaged <ISVGSVGElement *, ISVGRect *, int>)(lpVtbl[19]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), v)); }
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)); }
public HRESULT putref_animVal(ISVGRect *v) { return(((delegate * unmanaged <ISVGAnimatedRect *, ISVGRect *, int>)(lpVtbl[9]))((ISVGAnimatedRect *)Unsafe.AsPointer(ref this), v)); }