public HRESULT appendItem(ISVGLength *newItem, ISVGLength **ppResult)
 {
     return(((delegate * unmanaged <ISVGLengthList *, ISVGLength *, ISVGLength **, int>)(lpVtbl[15]))((ISVGLengthList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
 public HRESULT removeItem([NativeTypeName("long")] int index, ISVGLength **ppResult)
 {
     return(((delegate * unmanaged <ISVGLengthList *, int, ISVGLength **, int>)(lpVtbl[14]))((ISVGLengthList *)Unsafe.AsPointer(ref this), index, ppResult));
 }
Ejemplo n.º 3
0
 public HRESULT createSVGLength(ISVGLength **pResult)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGLength **, int>)(lpVtbl[52]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), pResult));
 }
 public HRESULT insertItemBefore(ISVGLength *newItem, [NativeTypeName("long")] int index, ISVGLength **ppResult)
 {
     return(((delegate * unmanaged <ISVGLengthList *, ISVGLength *, int, ISVGLength **, int>)(lpVtbl[12]))((ISVGLengthList *)Unsafe.AsPointer(ref this), newItem, index, ppResult));
 }
Ejemplo n.º 5
0
 public HRESULT get_baseVal(ISVGLength **p)
 {
     return(((delegate * unmanaged <ISVGAnimatedLength *, ISVGLength **, int>)(lpVtbl[8]))((ISVGAnimatedLength *)Unsafe.AsPointer(ref this), p));
 }