public HRESULT replaceItem(ISVGLength *newItem, [NativeTypeName("long")] int index, ISVGLength **ppResult)
 {
     return(((delegate * unmanaged <ISVGLengthList *, ISVGLength *, int, ISVGLength **, int>)(lpVtbl[13]))((ISVGLengthList *)Unsafe.AsPointer(ref this), newItem, index, ppResult));
 }
 public HRESULT appendItem(ISVGLength *newItem, ISVGLength **ppResult)
 {
     return(((delegate * unmanaged <ISVGLengthList *, ISVGLength *, ISVGLength **, int>)(lpVtbl[15]))((ISVGLengthList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
Example #3
0
 public HRESULT putref_animVal(ISVGLength *v)
 {
     return(((delegate * unmanaged <ISVGAnimatedLength *, ISVGLength *, int>)(lpVtbl[9]))((ISVGAnimatedLength *)Unsafe.AsPointer(ref this), v));
 }