-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
1个按钮的功能(芯片标志和1button)
【znfat .rar ]
- 2023-09-07 11:25:03下载
- 积分:1
-
wavelet
小波图像分解与合成(详细).在matlab环境中实现。(Wavelet image decomposition and composition (detailed). In the matlab environment to achieve.)
- 2010-08-10 22:01:53下载
- 积分:1
-
same bill as 1
the c++ projec for sikim aghzizi active ela gorakh
- 2018-11-19 19:58:55下载
- 积分:1
-
Play-music-under-loc1
FDGSL HOERHIJBDFIORTHDFUOI
- 2013-11-30 04:41:46下载
- 积分:1
-
STM32系统板全套-2013国赛(F)-红外光通信装置
这是一种基于STM32系统的红外光通信装置(This is an infrared optical communication device based on STM32.)
- 2019-03-19 18:19:46下载
- 积分:1
-
ThreadPoolProject
说明: 通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)
- 2020-06-17 21:00:07下载
- 积分:1
-
智能节能光立方代码
用51做的光立方,4*4*4,感觉还行,里边还有包含超声波测距以及红外感应的
- 2023-01-31 04:55:03下载
- 积分:1
-
C语言的蜂鸣器音乐之八月桂花
C语言的蜂鸣器音乐之八月桂花,基于单片机C语言的C语言的蜂鸣器音乐之八月桂花,C语言的蜂鸣器音乐之八月桂花,基于单片机C语言的C语言的蜂鸣器音乐之八月桂花,
- 2022-08-22 06:06:29下载
- 积分:1
-
AVR_SHT11
This is full code and simulator for AVR ATmega16 vs SHT11
- 2012-04-20 21:17:50下载
- 积分:1