-
真彩位图转化成256彩色或黑白位图的代码
真彩位图转化成256彩色或黑白位图的代码-color bitmap into 256 color or black and white bitmap code
- 2022-03-03 04:41:42下载
- 积分:1
-
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!-button quite beautiful, many belonging to the controls! Can arbitrary settings and adjustments!
- 2023-01-06 07:40:03下载
- 积分:1
-
The example is objective
该例子是用objective-c语言,在xcode平台上开发的计算器程序,对刚开始学习objective-c语言的新手来说,还是有一些帮助的。-The example is objective-c language, xcode platform developed calculator program, to just start learning objective-c language, newcomers, there are still some help.
- 2022-03-22 14:37:28下载
- 积分:1
-
authorized window button to the competence management
授权到窗口按钮的权限管理-authorized window button to the competence management
- 2022-02-14 17:50:52下载
- 积分:1
-
控件变成,详细讲述空件编程的方法,理论和实际操作过程
控件变成,详细讲述空件编程的方法,理论和实际操作过程-controls into detail about empty pieces of programming methods, theoretical and practical course
- 2023-04-04 09:50:04下载
- 积分: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
-
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
-
基本的椭圆形按钮
基本的椭圆形按钮-basic eclipse round button
- 2022-08-15 01:38:37下载
- 积分:1
-
组合框检查简单的源代码输入
对Combobox的输入进行检查的简单源代码-Combobox to check the importation of simple source code
- 2022-12-22 11:55:07下载
- 积分:1
-
[图形制作] 七彩画图 2002
[图形制作] 七彩画图 2002-04-21 19 1191 这是一个按照预定公式画图的小程序,程序运行前需要有一张空白图和一个写好公式的config.txt文件,程序将按照公式画出和空白图一样大小的七彩的图画来。-[graphics production] Colorful Painting 2002-04-21 19 1191 This in accordance with a predetermined formula drawing small procedures, operating procedures required before a blank map and a written formula config.txt documents, procedures will be in accordance with the formula draw a blank map and the size of the picture to Discus .
- 2022-02-28 18:07:11下载
- 积分:1