Example #1
0
 public int CreatePathGeometry(ID2D1PathGeometry **pathGeometry)
 {
     return(((delegate * unmanaged <ID2D1Factory5 *, ID2D1PathGeometry **, int>)(lpVtbl[10]))((ID2D1Factory5 *)Unsafe.AsPointer(ref this), pathGeometry));
 }
Example #2
0
 public int CreatePathGeometry([NativeTypeName("ID2D1PathGeometry **")] ID2D1PathGeometry **pathGeometry)
 {
     return(((delegate * stdcall <ID2D1Factory1 *, ID2D1PathGeometry **, int>)(lpVtbl[10]))((ID2D1Factory1 *)Unsafe.AsPointer(ref this), pathGeometry));
 }