Exemplo n.º 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));
 }
Exemplo n.º 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));
 }