-
child对话框
child对话框 -child dialog.
- 2022-03-16 05:13:27下载
- 积分:1
-
一个简单的牌类控件,适用于各类棋牌类游戏使用
一个简单的牌类控件,适用于各类棋牌类游戏使用-a simple licensing category Controls, applicable to all types of games using Chess & Cards
- 2022-05-09 00:50:18下载
- 积分:1
-
- 2022-05-24 16:30:15下载
- 积分:1
-
类似Windows的计算器
类似Windows的计算器-similar to the Windows Calculator
- 2022-08-25 17:58:05下载
- 积分:1
-
非常好用的又非常好看的按钮
非常好用的又非常好看的按钮-very user-friendly and very attractive on the button
- 2023-06-28 22:40:03下载
- 积分:1
-
windows系统下实时代码,可以进行底层硬件的实时操作
windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
- 2022-07-17 14:54:27下载
- 积分:1
-
使用简易的代码实现的WindowsXP风格的按钮,代码实现简单,大家可以自己研究...
使用简易的代码实现的WindowsXP风格的按钮,代码实现简单,大家可以自己研究
- 2022-05-18 09:03:59下载
- 积分:1
-
VC做界面比较难,这里很多很多关于美化VC中按钮.对话框的界面类,并且有DEMO程序,是你优化界面的好...
VC做界面比较难,这里很多很多关于美化VC中按钮.对话框的界面类,并且有DEMO程序,是你优化界面的好-VC interface more difficult to do, where many in the VC button on the landscaping. Dialog interface type, and have DEMO procedures, optimizing the interface is your good
- 2022-08-24 14:52:28下载
- 积分: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
-
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.-This is a very good button programming source code, is a reference and learning value.
- 2022-03-05 12:16:16下载
- 积分:1