- 博客(4)
- 资源 (15)
- 问答 (1)
- 收藏
- 关注
原创 ArcDigrammer的结果图
两星期了,做的课程设计还是那个鬼样。别人都到第三个了,我还在这里磨。今天晚上终于,把第一个搞定了。哎错误多啊,还好,还能用。这个是ArcDigrammer的结果图。
2008-11-16 16:21:00 300
不规则控件
通过重载控件的OnPaint事件,创建不规则控件。关键代码:
System.Drawing.Drawing2D.GraphicsPath myGraphicsPath = new System.Drawing.Drawing2D.GraphicsPath();
Graphics graphic = this.CreateGraphics();
myGraphicsPath.AddEllipse(0, 0, this.Width, this.Height);
this.Region = new Region(myGraphicsPath);
2013-01-30
Android Studio 升级到3.5的错误
2019-09-10
TA创建的收藏夹 TA关注的收藏夹
TA关注的人