-
一款不错的精品导航条
一款不错的精品导航条 -one good quality Navigation
- 2022-06-12 01:56:47下载
- 积分:1
-
通过一个progress控件,来查看一个进程运行了多少。button 菜单移开是,即开始执行...
通过一个progress控件,来查看一个进程运行了多少。button 菜单移开是,即开始执行-Progress through a control, to see how much running a process. Menu button away yes, that is the beginning of the implementation of
- 2022-11-23 07:30:03下载
- 积分: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
-
计算器实例,一个小小的例子,明白vc控件
计算器实例,一个小小的例子,明白vc控件-Calculator example, a small example to understand the control vc
- 2022-02-01 23:39:48下载
- 积分:1
-
BUTTON按钮的美化,具有XP按钮风格
BUTTON按钮的美化,具有XP按钮风格-BUTTON button landscaping with XP button style
- 2022-12-04 14:10:03下载
- 积分:1
-
工具条此函数在应用程序中初始化Windows Sockets DLL ,只有此函数调用成功后,应用程序才可以再调用其他Windows Sockets DLL中的...
工具条此函数在应用程序中初始化Windows Sockets DLL ,只有此函数调用成功后,应用程序才可以再调用其他Windows Sockets DLL中的API函数。在程式中调用该函数的形式如下:WSAStartup((WORD)((1
- 2022-02-10 09:16:39下载
- 积分:1
-
一个很好用的图象特效控件,请参考其中的源带代码学习怎么使用...
一个很好用的图象特效控件,请参考其中的源带代码学习怎么使用-a good image with the effects controls, please refer to the source code with learning how to use
- 2022-01-25 22:08:07下载
- 积分:1
-
非常COOL的按钮控件
非常COOL的按钮控件-very COOL button controls
- 2023-08-24 14:20:03下载
- 积分:1
-
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti...
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti-Aliased Edges-Bob Carboni was the use of transparency, anti-aliasing wave technologies such as the window region of the button control. Transparent Button with Region and Anti-Aliased Edges
- 2022-11-15 01:00:04下载
- 积分:1
-
USB device to check the program can be used USB device ID and program verificati...
USB设备检查程序可以使用USB设备ID和程序验证设备
- 2023-05-13 09:45:02下载
- 积分:1