标题:[求助]画垂线代码
只看楼主
nopower
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-9-20
 问题点数:0 回复次数:1 
[求助]画垂线代码

我现在需要画垂线的代码
具体就是用鼠标在窗体中拾取一条线并作出这条线一条垂线
拾取线pointselect(x,y)这个已经写完了,我现在需要画垂线的鼠标函数代码
拜托各位帮忙解决一下

void ITool.OnMouseDown(int button, int shift, int x, int y)
{
PointSelect(x ,y);

}

void ITool.OnMouseMove(int button, int shift, int x, int y)
{

}
void ITool.OnMouseUp(int button, int shift, int x, int y)
{
}

搜索更多相关主题的帖子: 代码 
2007-09-20 16:41
nopower
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-9-20
得分:0 
大侠们帮帮忙,别老飘啊
2007-09-21 08:45



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-171555-1-1.html




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

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