Exemplo n.º 1
0
 public HRESULT consolidate(ISVGTransform **ppResult)
 {
     return(((delegate * unmanaged <ISVGTransformList *, ISVGTransform **, int>)(lpVtbl[17]))((ISVGTransformList *)Unsafe.AsPointer(ref this), ppResult));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }