public int GetFrame([NativeTypeName("UINT")] uint index, IWICBitmapFrameDecode **ppIBitmapFrame)
 {
     return(((delegate * unmanaged <IWICBitmapDecoder *, uint, IWICBitmapFrameDecode **, int>)(lpVtbl[13]))((IWICBitmapDecoder *)Unsafe.AsPointer(ref this), index, ppIBitmapFrame));
 }
Esempio n. 2
0
 public HRESULT GetFrame(uint index, IWICBitmapFrameDecode **ppIBitmapFrame)
 {
     return(((delegate * unmanaged[Stdcall] < IWICBitmapDecoder *, uint, IWICBitmapFrameDecode **, int >)(lpVtbl[13]))((IWICBitmapDecoder *)Unsafe.AsPointer(ref this), index, ppIBitmapFrame));
 }
 public int GetFrame([NativeTypeName("UINT")] uint arrayIndex, [NativeTypeName("UINT")] uint mipLevel, [NativeTypeName("UINT")] uint sliceIndex, [NativeTypeName("IWICBitmapFrameDecode **")] IWICBitmapFrameDecode **ppIBitmapFrame)
 {
     return(((delegate * unmanaged <IWICDdsDecoder *, uint, uint, uint, IWICBitmapFrameDecode **, int>)(lpVtbl[4]))((IWICDdsDecoder *)Unsafe.AsPointer(ref this), arrayIndex, mipLevel, sliceIndex, ppIBitmapFrame));
 }
Esempio n. 4
0
 public HRESULT GetFrame(uint arrayIndex, uint mipLevel, uint sliceIndex, IWICBitmapFrameDecode **ppIBitmapFrame)
 {
     return(((delegate * unmanaged <IWICDdsDecoder *, uint, uint, uint, IWICBitmapFrameDecode **, int>)(lpVtbl[4]))((IWICDdsDecoder *)Unsafe.AsPointer(ref this), arrayIndex, mipLevel, sliceIndex, ppIBitmapFrame));
 }