示例#1
0
文件: lib.cs 项目: RoseLeBlood/libral
 extern public static IntPtr XCreateImage(IntPtr x11display, IntPtr x11visual, TUint depth, TImageFormat imageFormat, TInt offset, IntPtr data, TUint width, TUint height, TInt bitmapPad, TInt bytesPerLine);
示例#2
0
文件: lib.cs 项目: RoseLeBlood/libral
 extern public static IntPtr XCreateImage(IntPtr x11display, IntPtr x11visual, TUint depth, TImageFormat imageFormat, TInt offset, [MarshalAs(UnmanagedType.U1)] byte[] data, TUint width, TUint height, TInt bitmapPad, TInt bytesPerLine);