Пример #1
0
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref BITMAPINFO_FLAT bmi, int usage);
Пример #2
0
 public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
                                              DIBUsage usage, ref int ppvBits, IntPtr hSection, int dwOffset);
Пример #3
0
 public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
     DIBUsage usage, ref int ppvBits, IntPtr hSection, int dwOffset);
Пример #4
0
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref BITMAPINFO_FLAT bmi, int usage);