搜索资源列表
MyWordPan3
- 文本编辑器:包括文件操作: 新建,打开,保存,退出 编辑操作: 复制,剪切,粘贴,全选 查找与替换: 查找,替换 格式操作: 字体,颜色等.图片操作:导入图片,拖动插入图片-Text Editor: including file operations: new, open, save, exit editing: Copy, Cut, Paste, Select All Find and Replace: Find, Replace format operation: fonts, col
C#写的绘图板
- C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。-C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the graphic location, can change t
PictureMoveAndCut
- 对图片进行任意截取、对图片进行拖动,并对图片边界的判断进行处理-Picture Move And Cut
CSharp
- 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou