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)); }
public HRESULT appendItem(ISVGPoint *pNewItem, ISVGPoint **ppResult) { return(((delegate * unmanaged <ISVGPointList *, ISVGPoint *, ISVGPoint **, int>)(lpVtbl[15]))((ISVGPointList *)Unsafe.AsPointer(ref this), pNewItem, ppResult)); }
public HRESULT putref_currentTranslate(ISVGPoint *v) { return(((delegate * unmanaged <ISVGSVGElement *, ISVGPoint *, int>)(lpVtbl[35]))((ISVGSVGElement *)Unsafe.AsPointer(ref this), v)); }
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)); }