Exemplo n.º 1
0
 public int GetType(WICBitmapPaletteType *pePaletteType)
 {
     return(((delegate * unmanaged <IWICPalette *, WICBitmapPaletteType *, int>)(lpVtbl[7]))((IWICPalette *)Unsafe.AsPointer(ref this), pePaletteType));
 }
Exemplo n.º 2
0
 public int GetType([NativeTypeName("WICBitmapPaletteType *")] WICBitmapPaletteType *pePaletteType)
 {
     return(((delegate * unmanaged[Stdcall] < IWICPalette *, WICBitmapPaletteType *, int >)(lpVtbl[7]))((IWICPalette *)Unsafe.AsPointer(ref this), pePaletteType));
 }