コード例 #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);