-
XP按钮,各种水晶样式美观的按钮.超漂亮!
XP按钮,各种水晶样式美观的按钮.超漂亮!-XP buttons, all kinds of beautiful crystal style buttons. Super beautiful!
- 2022-06-14 14:43:48下载
- 积分: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
-
利用modem收发DTMF码,稳定可靠,通过测试
利用modem收发DTMF码,稳定可靠,通过测试-MSComm DTMF
- 2022-02-01 01:48:01下载
- 积分:1
-
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。...
鼠标的右键功能,可以实现数据的增加行,删除行,修改行。-a click on the right button for example
- 2022-01-25 22:16:38下载
- 积分:1
-
一个管理网址的小工具,可自已添加自已经常去的网址,免去每次都得输入网址的麻烦,特别推荐...
一个管理网址的小工具,可自已添加自已经常去的网址,免去每次都得输入网址的麻烦,特别推荐-a small site management tools, can own their own often add to the Web site, each had to remove the address of trouble, Preferred
- 2022-04-20 05:19:57下载
- 积分:1
-
外国的人做bitmapbutton,非常好的东东,很值得研究…
一个国外人做的bitmapbutton,非常不错的东东,非常值得学习-A foreign person to do the bitmapbutton, Dongdong very good, very worthy of study
- 2022-06-19 04:58:31下载
- 积分:1
-
Will be a straight line two endpoints fixed, the use of controls to achieve twis...
将一条直线两个端点固定,利用控件实现曲折变化,在中心点上以每次5°方式扭转,形成曲折线。-Will be a straight line two endpoints fixed, the use of controls to achieve twists and turns in the center of history for each 5 ° approach to reverse to form a winding line.
- 2022-03-31 05:17:44下载
- 积分:1
-
10个常用图形图像处理的API函数封装源程序以及直接可用的dll文件,可供其他windows程序语言调用。...
10个常用图形图像处理的API函数封装源程序以及直接可用的dll文件,可供其他windows程序语言调用。-10 commonly used graphic image processing API Function Packaging and direct source available dll file available for other windows programming language called.
- 2022-03-20 09:17:04下载
- 积分:1
-
自动关机 一个测试在.NET下的vb编程 用于练习程序开发
自动关机 一个测试在.NET下的vb编程 用于练习程序开发-automatic shutdown in a test.NET programming under the vb practice for program development
- 2022-11-04 11:40:03下载
- 积分:1
-
Window GDI+ 实现的PNGButton类。非常好用。
Window GDI+ 实现的PNGButton类。非常好用。-Window GDI+ Realize the PNGButton category. Very easy to use.
- 2022-03-04 20:35:23下载
- 积分:1