//声明一个API函数 [System.Runtime.InteropServices.DllImportAttribute("gdi32.dll")] private static extern bool BitBlt( IntPtr hdcDest, // 目标 DC的句柄 int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, // 源DC的句柄 int nXSrc, ... Read More
posted @ 2012-11-04 22:16
baiqjh
Views(174)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号