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