예제 #1
0
파일: Gdi32.cs 프로젝트: vincenthamm/ATF
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref BITMAPINFO_FLAT bmi, int usage);
예제 #2
0
파일: Gdi32.cs 프로젝트: zoombapup/ATF
 public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
                                              DIBUsage usage, ref int ppvBits, IntPtr hSection, int dwOffset);
예제 #3
0
파일: Gdi32.cs 프로젝트: vincenthamm/ATF
 public static extern IntPtr CreateDIBSection(IntPtr hdc, ref BITMAPINFO_FLAT bmi,
     DIBUsage usage, ref int ppvBits, IntPtr hSection, int dwOffset);
예제 #4
0
파일: Gdi32.cs 프로젝트: zoombapup/ATF
 public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref BITMAPINFO_FLAT bmi, int usage);