public HRESULT matrixTransform(ISVGMatrix *pMatrix, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPoint *, ISVGMatrix *, ISVGPoint **, int>)(lpVtbl[11]))((ISVGPoint *)Unsafe.AsPointer(ref this), pMatrix, ppResult));
 }
Beispiel #2
0
 public HRESULT getEndPositionOfChar([NativeTypeName("long")] int charnum, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGTextContentElement *, int, ISVGPoint **, int>)(lpVtbl[15]))((ISVGTextContentElement *)Unsafe.AsPointer(ref this), charnum, ppResult));
 }
Beispiel #3
0
 public HRESULT get_currentTranslate(ISVGPoint **p)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGPoint **, int>)(lpVtbl[36]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), p));
 }
Beispiel #4
0
 public HRESULT createSVGPoint(ISVGPoint **pResult)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGPoint **, int>)(lpVtbl[54]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), pResult));
 }
 public HRESULT getPointAtLength(float fltdistance, ISVGPoint **ppPointResult)
 {
     return(((delegate * unmanaged <ISVGPathElement *, float, ISVGPoint **, int>)(lpVtbl[10]))((ISVGPathElement *)Unsafe.AsPointer(ref this), fltdistance, ppPointResult));
 }
Beispiel #6
0
 public HRESULT get_previousTranslate(ISVGPoint **p)
 {
     return(((delegate * unmanaged <ISVGZoomEvent *, ISVGPoint **, int>)(lpVtbl[9]))((ISVGZoomEvent *)Unsafe.AsPointer(ref this), p));
 }
Beispiel #7
0
 public HRESULT appendItem(ISVGPoint *pNewItem, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPointList *, ISVGPoint *, ISVGPoint **, int>)(lpVtbl[15]))((ISVGPointList *)Unsafe.AsPointer(ref this), pNewItem, ppResult));
 }
Beispiel #8
0
 public HRESULT removeItem([NativeTypeName("long")] int index, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPointList *, int, ISVGPoint **, int>)(lpVtbl[14]))((ISVGPointList *)Unsafe.AsPointer(ref this), index, ppResult));
 }
Beispiel #9
0
 public HRESULT insertItemBefore(ISVGPoint *pNewItem, [NativeTypeName("long")] int index, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPointList *, ISVGPoint *, int, ISVGPoint **, int>)(lpVtbl[12]))((ISVGPointList *)Unsafe.AsPointer(ref this), pNewItem, index, ppResult));
 }