摘要: using System.Drawing; using System.Windows.Forms; namespace ZhuoHuiSchoolroom.ZhuoHuiClass { /// /// 实现窗体内简单画笔功能 /// public class DrawClass { private Color __Color = ne... 阅读全文
posted @ 2017-08-30 11:50 _小马哥 阅读(353) 评论(0) 推荐(0) 编辑
摘要: /// /// 改变鼠标指针 /// /// /// public void SetCursor(Bitmap cursor, Point hotPoint) { int hotX = hotPoint.X; int hotY = hotPoint.Y; Bitmap myNewCursor = new Bitmap(cursor.Width * 2 - hotX... 阅读全文
posted @ 2017-08-30 11:45 _小马哥 阅读(781) 评论(0) 推荐(0) 编辑