-
一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb...
一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb-a simple and easy USB debugger, convenient debugging environment and user interface, help you quickly to get usb
- 2022-08-12 22:18:59下载
- 积分:1
-
一个小巧实用的网站购物车代码
一个小巧实用的网站购物车代码-a practical compact site Cart code.
- 2022-03-19 04:42:49下载
- 积分: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
-
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST...
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST
-Can be added to the button icon, derived from the definition of a new class Cbutton category CButtonST
- 2022-03-24 16:38:51下载
- 积分:1
-
一个简单的牌类控件,适用于各类棋牌类游戏使用
一个简单的牌类控件,适用于各类棋牌类游戏使用-a simple licensing category Controls, applicable to all types of games using Chess & Cards
- 2022-05-09 00:50:18下载
- 积分:1
-
这是又一个原程序,共含5个程序,已经过测试
这是又一个原程序,共含5个程序,已经过测试-This is also an original program, with a total of five procedures, has been tested
- 2022-06-14 08:54:57下载
- 积分:1
-
超酷XP控件组(所有源代码)
超酷XP控件组(所有源代码)-cool XP control group (all source code)
- 2022-02-05 22:56:43下载
- 积分:1
-
C++的简单控件,供初学者使用,直接调用便可以使用
C++的简单控件,供初学者使用,直接调用便可以使用-C simple controls for beginners, it can be called directly using
- 2022-07-07 19:09:32下载
- 积分:1
-
在*作滚动实例VisualBasic使用.zip
use visualbasic for make scroll exsample in *.zip-use visualbasic for make scroll exsample in*.zip
- 2022-09-08 12:55:03下载
- 积分:1
-
Logo图片开发,类似于IE中的Logo图片
Logo图片开发,类似于IE中的Logo图片-Logo Photo development, similar to the IE Logo Photo
- 2022-08-22 21:41:05下载
- 积分:1