-
一个windows 平台的按钮开发控件,也许是你需要的
一个windows 平台的按钮开发控件,也许是你需要的-A windows platform for the development of the control button, perhaps you need
- 2022-05-27 17:45:17下载
- 积分:1
-
设置含有图片的按钮控件,将位图加载到按钮控件上
设置含有图片的按钮控件,将位图加载到按钮控件上-Settings button control containing pictures will be loaded into the bitmap button control on the
- 2022-03-23 13:29:17下载
- 积分:1
-
谷 歌 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
-
VB通过控件打开对话框,选择想要打开的文件
VB通过控件打开对话框,选择想要打开的文件-VB control through open dialog box, select the desired open file
- 2022-07-24 22:11:17下载
- 积分:1
-
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve....
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve.
Use f1 to go fullscreen
Use arrow to spin around curve
Use x and z to zoom and zoom out
Use r button to create ghost curve
Edit code to get more leading points, more ghost curves, faster moves and much more:).
Have fun
- 2023-05-05 11:35:02下载
- 积分:1
-
用与隐藏窗口的代码.可以实现多个窗口的隐藏!
用与隐藏窗口的代码.可以实现多个窗口的隐藏!-used to conceal the code window. Multiple windows can be achieved hidden!
- 2022-01-25 15:02:58下载
- 积分:1
-
image processing Image Graphics 3D graphics objects
图象处理程序 图形图象 图形学 三维物体-image processing Image Graphics 3D graphics objects
- 2022-07-05 13:01:13下载
- 积分:1
-
该程序是一个制作AVI动画按钮,大家可以模仿该例制作其他效果的按钮....
该程序是一个制作AVI动画按钮,大家可以模仿该例制作其他效果的按钮.-The program is a production of AVI animation button, we can mimic the effects of cases of the production of other buttons.
- 2022-03-14 15:10:38下载
- 积分:1
-
用来创建不同控件的源码,用c编的,大家可以参考
用来创建不同控件的源码,用c编的,大家可以参考-different controls used to create the source code, using the c series, we can refer to
- 2023-01-22 06:05:03下载
- 积分:1
-
PS代码!好好用的喔!
PS代码!好好用的喔!-PS code! Make good use!
- 2022-05-06 08:32:56下载
- 积分:1