예제 #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));
 }
예제 #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));
 }
예제 #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));
 }