摘要: #region Win32 API [DllImport("user32.dll")] static extern IntPtr GetDC(IntPtr ptr); [DllImport("gdi32.dll")] static extern int GetDeviceCaps( IntPtr h 阅读全文
posted @ 2019-12-26 13:27 Quilt 阅读(1445) 评论(0) 推荐(0)