-
一个java 程序用JBuilder 2005 开发的窗口程序・!
一个java 程序用JBuilder 2005 开发的窗口程序・!-a java programs JBuilder 2005 with the development of a window procedure!
- 2022-03-20 18:25:14下载
- 积分:1
-
使用MFC编写界面程序时,几个扩展控件的类以及类的实现
使用MFC编写界面程序时,几个扩展控件的类以及类的实现-MFC prepared to use interface program, several types of controls, as well as the expansion of categories to achieve
- 2022-02-05 16:13:25下载
- 积分:1
-
ExtJS主要的按键布局和事件提出申请,
extjs 主要应用了button的布局,和事件提交-extjs main application of the button layout, and events presented
- 2022-04-11 05:58:35下载
- 积分:1
-
XP按钮,各种水晶样式美观的按钮.超漂亮!
XP按钮,各种水晶样式美观的按钮.超漂亮!-XP buttons, all kinds of beautiful crystal style buttons. Super beautiful!
- 2022-06-14 14:43:48下载
- 积分:1
-
从其他地方搞过来的图形工具,供大家参考.可以实现饼图的显示....
从其他地方搞过来的图形工具,供大家参考.可以实现饼图的显示.-from other areas have over graphics tools for your reference. Can be achieved pie display.
- 2022-02-06 04:04:19下载
- 积分:1
-
一个用于测试Struct结构体的程序,入门级!
一个用于测试Struct结构体的程序,入门级!-Struct a structure for testing procedures, entry-level!
- 2023-04-17 05:10:03下载
- 积分:1
-
一个费城好的button,实用简单方便。适合所有VC朋友
一个费城好的button,实用简单方便。适合所有VC朋友-Philadelphia good a button, simple and practical. Suitable for all VC Friend
- 2022-07-21 13:54:57下载
- 积分:1
-
MouseListener interface processing MouseEvent incident
MouseListener接口处理MouseEvent事件-MouseListener interface processing MouseEvent incident
- 2022-04-28 20:01:38下载
- 积分: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
-
Windows Mobile奥运场馆的小程序
Windows Mobile奥运场馆的小程序-Windows Mobile Olympic venues small procedures
- 2022-03-18 21:24:30下载
- 积分:1