-
源码CHistoryComboBox 带历史记录的,这时一个自己重新封装过的combox空间。...
源码CHistoryComboBox 带历史记录的,这时一个自己重新封装过的combox空间。-Source CHistoryComboBox with history, when a re-packaging himself off combox space.
- 2022-01-31 02:32:20下载
- 积分:1
-
一个3d按纽类
一个3d按纽类-A 3d button type
- 2022-01-23 10:27:08下载
- 积分:1
-
three
立体效果位图按钮-three-dimensional effect bitmap button
- 2023-03-01 15:10:03下载
- 积分:1
-
LedButton,用于显示Led指示灯的按钮类
LedButton,用于显示Led指示灯的按钮类-LedButton for the display light button Led category
- 2022-02-01 05:25:35下载
- 积分:1
-
仿抽屉控件 来源于codeproject 希望能给你带来方便哈
仿抽屉控件 来源于codeproject 希望能给你带来方便哈-Imitation drawer control from codeproject hope you can bring convenience to Kazakhstan
- 2022-01-31 19:58:44下载
- 积分: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++很好的控件学习例子.-will change the animation buttons, a control VC good learning examples.
- 2022-03-20 11:04:26下载
- 积分:1
-
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件...
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件 -oriented JavaScript framework with a similar list in the list box control the use of multiple lines table in the first demonstration of how the translation button to the toolbar can display showed multi-tab-labeling controls
- 2022-07-15 23:33:06下载
- 积分:1
-
software engineering process document only reference, I hope you will thank usef...
软件工程流程文档 仅供大家参考,希望你能用得上 -software engineering process document only reference, I hope you will thank useful
- 2022-03-03 02:29:45下载
- 积分:1
-
A REAL TIME COGNITIVE RADIO TEST PLATFORM FOR PUBLIC SAFETY
PHYSICAL LAYER EXPE...
A REAL TIME COGNITIVE RADIO TEST PLATFORM FOR PUBLIC SAFETY
PHYSICAL LAYER EXPERIMENTS
- 2023-04-24 16:10:03下载
- 积分:1