-
谷 歌 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
-
自定义的圆形按钮,有多种形态。
自定义的圆形按钮,有多种形态。-Custom radio button, there are a variety of forms.
- 2023-08-08 07:05:04下载
- 积分:1
-
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。...
采用jquery技术实现的弹出框提示,友好的提示页面,丰富的展现形式。-Jquery technology implementation using the pop-up box prompts friendly tips page to show the form of the rich.
- 2023-01-24 18:45:04下载
- 积分:1
-
Curing Comparator
Instability with
Hysteresis
Curing Comparator
Instability with
Hysteresis
- 2022-04-12 16:19:29下载
- 积分:1
-
derived from CButton CImageButtonWithStyle category, such can be achieved on the...
从CButton派生出类CImageButtonWithStyle,该类可以实现在按钮上显示图形包括icon,bitmap等-derived from CButton CImageButtonWithStyle category, such can be achieved on the button to display graphics including icon, bitmap, etc.
- 2022-01-25 17:56:59下载
- 积分:1
-
MFC图标去边城许晴石勇
MFC icon de bian cheng xu qing shi yong-MFC icon de bian cheng shi yong xu qing
- 2023-08-18 09:25:03下载
- 积分:1
-
扩展CButton类制作风格独特的按钮
扩展CButton类制作风格独特的按钮-expansion CButton category produced a unique style button
- 2022-03-17 18:48:37下载
- 积分:1
-
VC获取屏保密码!替换掉msgina.dll.实现个性化界面登陆!
VC获取屏保密码!替换掉msgina.dll.实现个性化界面登陆!-VC screensavers password access! Replace msgina.dll. Realize personalized interface landing!
- 2022-01-26 07:21:30下载
- 积分:1
-
这是关于asp的时间控件,是好不容易找到的
这是关于asp的时间控件,是好不容易找到的-This is the time of the asp control is not easy to find
- 2022-11-24 18:25:03下载
- 积分:1
-
一个允许剪切,复制和粘贴的简单便栈板程序
一个允许剪切,复制和粘贴的简单便栈板程序-allow a cut, copy and paste of simple procedures will Plate
- 2023-04-03 00:40:03下载
- 积分:1