摘要:
[System.Runtime.InteropServices.DllImport(”gdi32.dll”)] public static extern int BitBlt(IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, UInt32 dwRop); //创建桌面句柄 [System.Runtime.InteropServices.DllImportAttribute(”gdi32.dll”)] public static extern.
阅读全文