コード例 #1
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));
 }
コード例 #2
0
 public HRESULT putref_viewport(ISVGRect *v)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGRect *, int>)(lpVtbl[19]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), v));
 }
コード例 #3
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));
 }
コード例 #4
0
 public HRESULT putref_animVal(ISVGRect *v)
 {
     return(((delegate * unmanaged <ISVGAnimatedRect *, ISVGRect *, int>)(lpVtbl[9]))((ISVGAnimatedRect *)Unsafe.AsPointer(ref this), v));
 }