-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
能用于多种系统下的灵活列表功能 C++代码
能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
- 2023-05-30 09:05:04下载
- 积分:1
-
This is a spring game's source code, is to use vc development, a great deal...
这是一个跳起游戏的源代码,是用vc开发 的,很有研究价值,-This is a spring game"s source code, is to use vc development, a great deal of research value
- 2023-08-01 00:20:03下载
- 积分:1
-
the controls for personalized programming, C++ Builder can be used
这个控件用于个性化编程,主要是C++builder上可以用-the controls for personalized programming, C++ Builder can be used
- 2023-01-21 20:55:03下载
- 积分:1
-
pretty good button cla
pretty good button cla
- 2022-02-05 21:38:40下载
- 积分:1
-
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview...
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
- 2022-04-20 10:53:30下载
- 积分:1
-
创建超级连接的程序,用VC实现的。类似于网页中的link。
创建超级连接的程序,用VC实现的。类似于网页中的link。-Procedures for the creation of super-connectivity with VC achievable. Similar pages link.
- 2022-05-12 19:51:23下载
- 积分:1
-
怎样建立一个漂浮的listbox,具体使用请看编译后的关于对话框
怎样建立一个漂浮的listbox,具体使用请看编译后的关于对话框 -how to build a floating listbox, the specific use Here is compiled on the box
- 2022-06-15 21:13:10下载
- 积分:1
-
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的...
在窗体上实现vista风格的玻璃效果,效果好不错,做界面的话可以参考一下,加到form里面很酷炫的-the glass button on the windows by wpf
- 2022-02-25 00:32:34下载
- 积分:1
-
对于常用控件的详细指导,对初学者帮助极大
对于常用控件的详细指导,对初学者帮助极大-commonly used controls for a detailed guide, great help for beginners
- 2023-05-15 07:00:02下载
- 积分:1