示例#1
0
 public static extern int WICCreateBitmapFromSectionEx(
     uint width,
     uint height,
     ref Guid pixelFormat,
     IntPtr hSection,
     uint stride,
     uint offset,
     WICSectionAccessLevel desiredAccessLevel,
     [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(CustomMarshaler <IWICBitmap>))] out IWICBitmap ppIBitmap
     );
示例#2
0
 public extern static void CreateBitmapFromSectionEx(
     uint width,
     uint height,
     [ComAliasName("REFWICPixelFormatGUID")]
     [In] Guid pixelFormat,
     IntPtr hSection,
     uint stride,
     uint offset,
     WICSectionAccessLevel desiredAccessLevel,
     [Out] out IWICBitmap pIBitmap
     );
示例#3
0
 public static extern int WICCreateBitmapFromSectionEx([NativeTypeName("UINT")] uint width, [NativeTypeName("UINT")] uint height, [NativeTypeName("REFWICPixelFormatGUID")] Guid *pixelFormat, [NativeTypeName("HANDLE")] IntPtr hSection, [NativeTypeName("UINT")] uint stride, [NativeTypeName("UINT")] uint offset, WICSectionAccessLevel desiredAccessLevel, [NativeTypeName("IWICBitmap **")] IWICBitmap **ppIBitmap);
 public static extern HRESULT WICCreateBitmapFromSectionEx(uint width, uint height, [NativeTypeName("REFWICPixelFormatGUID")] Guid *pixelFormat, HANDLE hSection, uint stride, uint offset, WICSectionAccessLevel desiredAccessLevel, IWICBitmap **ppIBitmap);