Exemplo n.º 1
0
 public HRESULT getCharNumAtPosition(ISVGPoint *point, [NativeTypeName("long *")] int *pResult)
 {
     return(((delegate * unmanaged <ISVGTextContentElement *, ISVGPoint *, int *, int>)(lpVtbl[18]))((ISVGTextContentElement *)Unsafe.AsPointer(ref this), point, pResult));
 }
Exemplo n.º 2
0
 public HRESULT appendItem(ISVGPoint *pNewItem, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPointList *, ISVGPoint *, ISVGPoint **, int>)(lpVtbl[15]))((ISVGPointList *)Unsafe.AsPointer(ref this), pNewItem, ppResult));
 }
Exemplo n.º 3
0
 public HRESULT putref_currentTranslate(ISVGPoint *v)
 {
     return(((delegate * unmanaged <ISVGSVGElement *, ISVGPoint *, int>)(lpVtbl[35]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), v));
 }
Exemplo n.º 4
0
 public HRESULT replaceItem(ISVGPoint *pNewItem, [NativeTypeName("long")] int index, ISVGPoint **ppResult)
 {
     return(((delegate * unmanaged <ISVGPointList *, ISVGPoint *, int, ISVGPoint **, int>)(lpVtbl[13]))((ISVGPointList *)Unsafe.AsPointer(ref this), pNewItem, index, ppResult));
 }