-
CHoverButton
CHoverButton - A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function-CHoverButton- A simple hoverbutton with one bitmap and a tooltip A simple drop-in class that provides a hot look button using the _TrackMouseEvent function
- 2022-03-09 20:45:35下载
- 积分:1
-
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,...
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,-chatting a small program is the use of the Winsock Control, reaching between the LAN chatting. Without extracting passwords,
- 2023-04-09 06:50:03下载
- 积分:1
-
WPF custom control style of the checkbox
WPF的自定义控件样式之checkbox-WPF custom control style of the checkbox
- 2023-06-14 15:35:04下载
- 积分:1
-
windows 2000环境下,打开文件对话框并对选择的图片进行预览
windows 2000环境下,打开文件对话框并对选择的图片进行预览-windows 2000 environment, the open file dialog box and select the picture preview
- 2022-06-26 04:02:35下载
- 积分:1
-
into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Pers...
进入"欢迎"界面 1.2 移动字幕 1.3 椭圆窗体 1.4 透视窗体 1.5 模式对话框 1.6 非模式对话框 1.7 通用对话框 -into "welcome" mobile interface subtitles 1.2 1.3 1.4 Oval Window Perspective Window Mode dialog 1.5 1.6 1.7 Non-GM Mode dialog box
- 2023-03-16 08:35:04下载
- 积分: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
-
TransparentStatic_demo.zip 静态空间
TransparentStatic_demo.zip 静态空间-Static TransparentStatic_demo.zip Spaces
- 2022-10-13 09:30:03下载
- 积分:1
-
老鼠爱大米
老鼠爱大米---实习课作业~
一般的无聊游戏~首次用VB做的东东(源码)-老鼠爱大米- internship class operation ~ in general boring game ~ the first time in VB to do the Dongdong (source)
- 2022-04-20 04:55:59下载
- 积分:1
-
The example is objective
该例子是用objective-c语言,在xcode平台上开发的计算器程序,对刚开始学习objective-c语言的新手来说,还是有一些帮助的。-The example is objective-c language, xcode platform developed calculator program, to just start learning objective-c language, newcomers, there are still some help.
- 2022-03-22 14:37:28下载
- 积分:1
-
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。...
按钮程序,由mfc编写,学会怎么使用按钮,4种形式的按钮变换。-Button procedures, prepared by the mfc and learn how to use buttons, four kinds of forms of Transform button.
- 2023-03-07 20:50:04下载
- 积分:1