Exemple #1
0
 public HRESULT consolidate(ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, ISVGTransform **, int>)(lpVtbl[17]))((ISVGTransformList *)Unsafe.AsPointer(ref this), ppResult));
 }
Exemple #2
0
 public HRESULT createSVGTransformFromMatrix(ISVGMatrix *newItem, ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, ISVGMatrix *, ISVGTransform **, int>)(lpVtbl[16]))((ISVGTransformList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
Exemple #3
0
 public HRESULT appendItem(ISVGTransform *newItem, ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, ISVGTransform *, ISVGTransform **, int>)(lpVtbl[15]))((ISVGTransformList *)Unsafe.AsPointer(ref this), newItem, ppResult));
 }
Exemple #4
0
 public HRESULT removeItem([NativeTypeName("long")] int index, ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, int, ISVGTransform **, int>)(lpVtbl[14]))((ISVGTransformList *)Unsafe.AsPointer(ref this), index, ppResult));
 }
Exemple #5
0
 public HRESULT insertItemBefore(ISVGTransform *newItem, [NativeTypeName("long")] int index, ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, ISVGTransform *, int, ISVGTransform **, int>)(lpVtbl[12]))((ISVGTransformList *)Unsafe.AsPointer(ref this), newItem, index, ppResult));
 }
Exemple #6
0
 public HRESULT createSVGTransformFromMatrix(ISVGMatrix *matrix, ISVGTransform **pResult)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGMatrix *, ISVGTransform **, int>)(lpVtbl[58]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), matrix, pResult));
 }