-
very pleased to be here today, the top Eastern Kazakhstan is a lot of fun, I hav...
很高兴今天来到这里,上面那个东东很好玩哈,有时间我会常来的-very pleased to be here today, the top Eastern Kazakhstan is a lot of fun, I have time to the athlete
- 2022-12-11 22:15:03下载
- 积分:1
-
make a afxmessagebox,a simple demo
make a afxmessagebox,a simple demo
- 2022-07-02 18:26:09下载
- 积分:1
-
A very good example of radio button from the painting
一个非常好的,自绘圆形CButton按钮的例子-A very good example of radio button from the painting
- 2022-05-09 11:55:36下载
- 积分:1
-
曲线画图类,可以用于各种曲线,在工控行业用的很多
曲线画图类,可以用于各种曲线,在工控行业用的很多-Curve drawing class, can be used for a variety of curves, used in many industrial sectors
- 2022-02-15 07:11:42下载
- 积分: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
-
人事考勤系统
资源描述利用MFC中的控件实现人事考勤系统的开发,能够实现输入输出的良性互动,包含基本考勤功能,代码清楚,注释详细,适合入门学习。
- 2022-05-29 08:21:19下载
- 积分:1
-
一个颜色拾取按钮, 可以弹出颜色选择框供用户选择!
一个颜色拾取按钮, 可以弹出颜色选择框供用户选择!-Pick a color button, you can choose the color pop-up box for the user to choose!
- 2022-04-30 14:48:47下载
- 积分:1
-
transparent static text box showing the text background transparent category
透明静态文本框,显示背景透明的文本类-transparent static text box showing the text background transparent category
- 2023-07-09 09:55:02下载
- 积分:1
-
一个非常好的控件,对美化你的界面非常重要,好好学习哦
一个非常好的控件,对美化你的界面非常重要,好好学习哦-a very good controls on landscaping your interface very important to learn oh
- 2022-04-26 09:32:06下载
- 积分:1
-
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。...
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
- 2022-04-07 09:56:42下载
- 积分:1