| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1984 人关注过本帖
标题:[求助]关于用C#编写类似画图工具的问题
只看楼主 加入收藏
likefish
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-3-28
收藏
 问题点数:0 回复次数:7 
[求助]关于用C#编写类似画图工具的问题

如题,将要开始了,却没什么头绪,发现了这个不错的网站,来探探路的

谢谢各位大虾帮忙

有什么建议跟我讲讲

先谢了~!

搜索更多相关主题的帖子: 画图 工具 编写 
2005-03-29 11:59
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
什么意思?你要做类似PhotoShop那种吗?你要找算法书来看。
2005-03-29 21:39
likefish
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-3-28
收藏
得分:0 

不需要像photoshop那么复杂的,我想慢慢来,先实现简单的绘图工具,如圆和边等,主要是需要记下坐标的,因为需要将图保存下来以备下次打开查看的。

好像我的语文不是很好,表达能力有限……


/user/2004/09/05/7ab46c07.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://upload./user/2004/09/05/7ab46c07.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2005-03-31 10:36
xwjdyn
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2005-3-30
收藏
得分:0 
同问,我也要实现保存图元信息,包括位置,以及各个图元连接关系的保存,以便下次打开和更改。。正在郁闷中,那位牛人能指导一下?
2005-03-31 23:00
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
画线用DDA直线算法,你自己搜索一下资料吧,其他的画方形和圆之类的在

System.Drawing.Drawing2D 名字空间里面。

[此贴子已经被作者于2005-4-1 22:22:20编辑过]


2005-04-01 22:16
likefish
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-3-28
收藏
得分:0 

4楼的,握手握手……

谢谢楼上的,还有其他方面新的消息记得告诉我们这些可怜的人哦


/user/2004/09/05/7ab46c07.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://upload./user/2004/09/05/7ab46c07.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2005-04-05 09:55
likefish
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-3-28
收藏
得分:0 

我听说有的控件可以偷懒来做画图工具的 不过好像是demo版本的

版主知道吗?


/user/2004/09/05/7ab46c07.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://upload./user/2004/09/05/7ab46c07.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2005-04-05 09:57
likefish
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-3-28
收藏
得分:0 

那个是 northwoods sofrware 的 GoDiagram Win 的一个东西,汗啊~~

不会玩唉……


/user/2004/09/05/7ab46c07.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://upload./user/2004/09/05/7ab46c07.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2005-04-05 10:57
快速回复:[求助]关于用C#编写类似画图工具的问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017582 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved