-
谷 歌 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
-
类似CombBox的选择按钮
类似CombBox的选择按钮-The selector button which likes ComboBox
- 2022-07-11 10:15:06下载
- 积分:1
-
平面风格的按钮类的使用源码.
平面风格的按钮类的使用源码.- Plane style button class use source code
- 2022-02-14 18:00:30下载
- 积分:1
-
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。...
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。-This is what I have always read the play button controls for the display of various effects of the use of controls.
- 2023-03-10 12:20:03下载
- 积分:1
-
树型控件
这是一个有关树型空间的远代码,对于初学着有一定的帮住...
树型控件
这是一个有关树型空间的远代码,对于初学着有一定的帮住-Tree Controls This is a space far from the code tree for the beginner with a certain degree of help to live
- 2022-08-18 10:23:57下载
- 积分:1
-
用vb编写的可以实现进度条的例子,请大家批评指正,
用vb编写的可以实现进度条的例子,请大家批评指正,-prepared with the progress achieved can be an example, please correct criticisms, thank you! ! Oh! !
- 2023-06-09 19:15:03下载
- 积分:1
-
在c#windows程序中实现图片按钮。
在c#windows程序中实现图片按钮。-windows in the process to achieve Photo button.
- 2022-03-13 16:48:46下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-dhs r er df v,cm c gjr rt
- 2022-02-06 08:18:38下载
- 积分:1
-
一个很好的文件夹类
一个很好的文件夹类-a good folder category
- 2022-06-15 10:03:34下载
- 积分:1
-
control of a pc speakers can play music controls, the controls, easy to use, um,...
一个控制pc喇叭可以演奏音乐的控件的控件,很好用的哦,上载的都累了,申请通过!-control of a pc speakers can play music controls, the controls, easy to use, um, on the set is tired, approve!
- 2022-12-20 10:45:04下载
- 积分:1