コード例 #1
0
ファイル: Win32API.cs プロジェクト: yuxi214/StockTrader
 public static extern int GetDIBits(IntPtr hDC, IntPtr hbm, int StartScan, int ScanLines, int lpBits, BITMAPINFOHEADER bmi, int usage);
コード例 #2
0
ファイル: Win32API.cs プロジェクト: GhostCamel/StockTrader
 public static extern int GetDIBits(IntPtr hDC, IntPtr hbm, int StartScan, int ScanLines, int lpBits, BITMAPINFOHEADER bmi, int usage);