Пример #1
0
 public int CreateFormatConverter([NativeTypeName("IWICFormatConverter **")] IWICFormatConverter **ppIFormatConverter)
 {
     return(((delegate * unmanaged[Stdcall] < IWICImagingFactory2 *, IWICFormatConverter **, int >)(lpVtbl[10]))((IWICImagingFactory2 *)Unsafe.AsPointer(ref this), ppIFormatConverter));
 }
Пример #2
0
 public HRESULT CreateFormatConverter(IWICFormatConverter **ppIFormatConverter)
 {
     return(((delegate * unmanaged <IWICComponentFactory *, IWICFormatConverter **, int>)(lpVtbl[10]))((IWICComponentFactory *)Unsafe.AsPointer(ref this), ppIFormatConverter));
 }
Пример #3
0
 public HRESULT CreateInstance(IWICFormatConverter **ppIConverter)
 {
     return(((delegate * unmanaged <IWICFormatConverterInfo *, IWICFormatConverter **, int>)(lpVtbl[12]))((IWICFormatConverterInfo *)Unsafe.AsPointer(ref this), ppIConverter));
 }
 public int CreateFormatConverter([NativeTypeName("IWICFormatConverter **")] IWICFormatConverter **ppIFormatConverter)
 {
     return(((delegate * unmanaged <IWICComponentFactory *, IWICFormatConverter **, int>)(lpVtbl[10]))((IWICComponentFactory *)Unsafe.AsPointer(ref this), ppIFormatConverter));
 }
 public int CreateFormatConverter(IWICFormatConverter **ppIFormatConverter)
 {
     return(((delegate * unmanaged <IWICImagingFactory *, IWICFormatConverter **, int>)(lpVtbl[10]))((IWICImagingFactory *)Unsafe.AsPointer(ref this), ppIFormatConverter));
 }
 public int CreateInstance([NativeTypeName("IWICFormatConverter **")] IWICFormatConverter **ppIConverter)
 {
     return(((delegate * unmanaged <IWICFormatConverterInfo *, IWICFormatConverter **, int>)(lpVtbl[12]))((IWICFormatConverterInfo *)Unsafe.AsPointer(ref this), ppIConverter));
 }