摘要: public class Win32API { [System.Runtime.InteropServices.DllImport("user32.dll")] public static extern bool PtInRect(ref Rectangle r, Point p); } /// <summary> /// 停靠到顶端 /// </summary> priv... 阅读全文
posted @ 2010-10-28 09:27 liuyan 阅读(6303) 评论(0) 推荐(0) 编辑