Esempio n. 1
0
File: GDI.cs Progetto: VqSoft/ZYFC
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref BITMAPINFO_FLAT bmi, int usage);
Esempio n. 2
0
File: GDI.cs Progetto: VqSoft/ZYFC
 public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
   int iUsage, ref int ppvBits, IntPtr hSection, int dwOffset);