-
可以按下和弹起用于代替CheckBox和RadioBox的按钮
可以按下和弹起用于代替CheckBox和RadioBox的按钮-The button which can replace Checkbox and RadioBox using pressed or normal state
- 2023-04-10 21:10:03下载
- 积分: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
-
小马哥按钮突破专家+源码 一个用按钮突破的.
小马哥按钮突破专家+源码 一个用按钮突破的.-expert source button breakthrough with a button breakthrough.
- 2023-02-12 04:25:03下载
- 积分:1
-
通过dropdown list和combo 来实现语言字体的动态切换,文件包里包含完整的源码...
通过dropdown list和combo 来实现语言字体的动态切换,文件包里包含完整的源码-through dropdown list and combo to achieve language fonts dynamically switch, the paper bag containing the complete source code
- 2022-04-28 06:18:45下载
- 积分:1
-
a round button type
一个圆形的按钮类-a round button type
- 2022-03-17 23:31:14下载
- 积分:1
-
密码窃听程序源代码,,运行后,可以切听密码
密码窃听程序源代码,,运行后,可以切听密码-password eavesdropping program"s source code, running after hearing password can be cut
- 2022-07-18 14:15:11下载
- 积分:1
-
ASD好下载一般磁阻位置错误可以分文件…
asd好,推荐下载 一般,勉强可用 分类位置错 文件不全 和说明完全不符 不是源代码 文件有密码,不知道密码 不能下载或解压失败-asd well download the general reluctance wrong location can be classified documents and incomplete statement is not totally incompatible source code file password, the password can not download or decompression failures
- 2022-03-16 03:07:25下载
- 积分:1
-
XP风格的按纽~~~~有演示。。自己看
XP风格的按纽~~~~有演示。。自己看-XP style button ~ ~ ~ ~ demo. . Do you
- 2023-09-06 18:25:02下载
- 积分:1
-
自编的。net风格按钮,蓝绿两色,并且会变换颜色。解压密码无
自编的。net风格按钮,蓝绿两色,并且会变换颜色。解压密码无-The self. net-style button, two blue-green color, and will change color. Extract password-free
- 2022-02-15 01:50:55下载
- 积分: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