コード例 #1
0
 public int CreateDeviceContext(D2D1_DEVICE_CONTEXT_OPTIONS options, [NativeTypeName("ID2D1DeviceContext5 **")] ID2D1DeviceContext5 **deviceContext5)
 {
     return(((delegate * stdcall <ID2D1Device5 *, D2D1_DEVICE_CONTEXT_OPTIONS, ID2D1DeviceContext5 **, int>)(lpVtbl[19]))((ID2D1Device5 *)Unsafe.AsPointer(ref this), options, deviceContext5));
 }
コード例 #2
0
 public int CreateDeviceContext(D2D1_DEVICE_CONTEXT_OPTIONS options, ID2D1DeviceContext5 **deviceContext5)
 {
     return(((delegate * unmanaged <ID2D1Device5 *, D2D1_DEVICE_CONTEXT_OPTIONS, ID2D1DeviceContext5 **, int>)(lpVtbl[19]))((ID2D1Device5 *)Unsafe.AsPointer(ref this), options, deviceContext5));
 }