//声明一个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(171) Comments(0) Diggs(0) Edit