-
本程序实现了分形图形的显示,根据代码,可以研究绘制分形图形的方法。...
本程序实现了分形图形的显示,根据代码,可以研究绘制分形图形的方法。-realized by the fractal graphics, based code can study fractal graphics rendering method.
- 2022-04-02 07:30:29下载
- 积分:1
-
该对话框联接在多文档中,并设置了启动密码,密码为:1925
该对话框联接在多文档中,并设置了启动密码,密码为:1925-the dialog box connected to the more documents, and set up to activate password, Password : 1925
- 2022-01-27 22:33:55下载
- 积分:1
-
This is a button editor, is particularly conducive to beginners learning VC entr...
这是一个按钮编辑程序,特别有利于初学者对VC的入门学习,相信会给VC爱好者带来帮助-This is a button editor, is particularly conducive to beginners learning VC entry, I believe will help bring VC-lovers
- 2022-05-08 05:50:48下载
- 积分:1
-
shadow effect with the control button
带有阴影效果的按钮控件-shadow effect with the control button
- 2022-01-27 09:52:38下载
- 积分:1
-
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!-button quite beautiful, many belonging to the controls! Can arbitrary settings and adjustments!
- 2023-01-06 07:40:03下载
- 积分:1
-
改进的Edit和Slider控件,有使用例子。
改进的Edit和Slider控件,有使用例子。-Improved Edit and Slider controls, the use of examples.
- 2022-02-03 16:30:12下载
- 积分:1
-
说明:动网论坛 是国内现在使用最多功能最完善的ASP论坛之一!最新版本v5.0 Final SP1 版本修正了v5.0 发布以来的很多错误,相比原来的版本大幅度...
说明:动网论坛 是国内现在使用最多功能最完善的ASP论坛之一!最新版本v5.0 Final SP1 版本修正了v5.0 发布以来的很多错误,相比原来的版本大幅度的提升了处理和显示速度,这个是SQL版本!^_^-: louder domestic use most functions now the most perfect one ASP Forum! The latest version v5.0 Final SP1 version of the amendment since the release of v5.0 lot of mistakes, compared to the original version of a significant increase in the speed of processing and display, this version of SQL! ^ _ ^
- 2022-03-11 13:04:35下载
- 积分:1
-
本代码例子提供了实现三角形按钮绘制的实现。
本代码例子提供了实现三角形按钮绘制的实现。-the code examples for achieving triangle button mapping is achieved.
- 2022-05-28 06:31:18下载
- 积分:1
-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦...
本源码是基于Visual C++的,开发了很多漂亮的按钮,如果你是要做界面的话,这里的方法会对你有很大帮助的哦-this source is based on Visual C, and developed a lot of pretty buttons, if you do interface, the method here you will be very helpful oh
- 2023-02-26 22:30:03下载
- 积分:1