コード例 #1
0
 public int GetType(WICBitmapPaletteType *pePaletteType)
 {
     return(((delegate * unmanaged <IWICPalette *, WICBitmapPaletteType *, int>)(lpVtbl[7]))((IWICPalette *)Unsafe.AsPointer(ref this), pePaletteType));
 }
コード例 #2
0
ファイル: IWICPalette.cs プロジェクト: thomasjeung/PhotoSauce
 public int GetType([NativeTypeName("WICBitmapPaletteType *")] WICBitmapPaletteType *pePaletteType)
 {
     return(((delegate * unmanaged[Stdcall] < IWICPalette *, WICBitmapPaletteType *, int >)(lpVtbl[7]))((IWICPalette *)Unsafe.AsPointer(ref this), pePaletteType));
 }