摘要:
using System.Drawing; using System.Windows.Forms; namespace ZhuoHuiSchoolroom.ZhuoHuiClass { /// /// 实现窗体内简单画笔功能 /// public class DrawClass { private Color __Color = ne... 阅读全文
摘要:
/// /// 改变鼠标指针 /// /// /// public void SetCursor(Bitmap cursor, Point hotPoint) { int hotX = hotPoint.X; int hotY = hotPoint.Y; Bitmap myNewCursor = new Bitmap(cursor.Width * 2 - hotX... 阅读全文