Esempio n. 1
0
 public int CreateDeviceContext(D2D1_DEVICE_CONTEXT_OPTIONS options, [NativeTypeName("ID2D1DeviceContext1 **")] ID2D1DeviceContext1 **deviceContext1)
 {
     return(((delegate * stdcall <ID2D1Device4 *, D2D1_DEVICE_CONTEXT_OPTIONS, ID2D1DeviceContext1 **, int>)(lpVtbl[11]))((ID2D1Device4 *)Unsafe.AsPointer(ref this), options, deviceContext1));
 }
Esempio n. 2
0
 public HRESULT CreateDeviceContext(D2D1_DEVICE_CONTEXT_OPTIONS options, ID2D1DeviceContext1 **deviceContext1)
 {
     return(((delegate * unmanaged <ID2D1Device4 *, D2D1_DEVICE_CONTEXT_OPTIONS, ID2D1DeviceContext1 **, int>)(lpVtbl[11]))((ID2D1Device4 *)Unsafe.AsPointer(ref this), options, deviceContext1));
 }