Ejemplo n.º 1
0
 public HRESULT removeItem([NativeTypeName("long")] int index, ISVGPathSeg **ppResult)
 {
     return(((delegate * unmanaged <ISVGPathSegList *, int, ISVGPathSeg **, int>)(lpVtbl[14]))((ISVGPathSegList *)Unsafe.AsPointer(ref this), index, ppResult));
 }
Ejemplo n.º 2
0
 public HRESULT appendItem(ISVGPathSeg *newItem, ISVGPathSeg **ppResult)
 {
     return(((delegate * unmanaged <ISVGPathSegList *, ISVGPathSeg *, ISVGPathSeg **, int>)(lpVtbl[15]))((ISVGPathSegList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
Ejemplo n.º 3
0
 public HRESULT insertItemBefore(ISVGPathSeg *newItem, [NativeTypeName("long")] int index, ISVGPathSeg **ppResult)
 {
     return(((delegate * unmanaged <ISVGPathSegList *, ISVGPathSeg *, int, ISVGPathSeg **, int>)(lpVtbl[12]))((ISVGPathSegList *)Unsafe.AsPointer(ref this), newItem, index, ppResult));
 }