Beispiel #1
0
 public HRESULT appendItem(ISVGPathSeg *newItem, ISVGPathSeg **ppResult)
 {
     return(((delegate * unmanaged <ISVGPathSegList *, ISVGPathSeg *, ISVGPathSeg **, int>)(lpVtbl[15]))((ISVGPathSegList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
Beispiel #2
0
 public HRESULT replaceItem(ISVGPathSeg *newItem, [NativeTypeName("long")] int index, ISVGPathSeg **ppResult)
 {
     return(((delegate * unmanaged <ISVGPathSegList *, ISVGPathSeg *, int, ISVGPathSeg **, int>)(lpVtbl[13]))((ISVGPathSegList *)Unsafe.AsPointer(ref this), newItem, index, ppResult));
 }