摘要: using System.Runtime.InteropServices;[DllImportAttribute ("gdi32.dll")] public static extern IntPtr CreateRoundRectRgn(int nLeftRect,int nTopRect,int nRightRect,int nBottomRect,int nWidthEllipse,int nHeightEllipse); [DllImportAttribute ("user32.dll")] public static extern int Set 阅读全文
posted @ 2011-07-05 16:28 孤獨龍 阅读(465) 评论(0) 推荐(0) 编辑