-
C++小控件,可以实现xp风格的进度条。
C++小控件,可以实现xp风格的进度条。-C controls, can achieve xp style of the progress.
- 2022-02-04 18:32:26下载
- 积分: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
-
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。...
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。-A good button control used in VB to support a variety of styles the use of gdi32 direct rendering images, more efficient.
- 2022-11-08 23:40:03下载
- 积分:1
-
一种打印预览的实现
一种打印预览的实现-a Print Preview Implementation
- 2022-03-29 02:04:57下载
- 积分:1
-
the code provides a button on the broadcast button AVI animation library
本代码提供了可以在按钮上播放AVI动画的按钮类库-the code provides a button on the broadcast button AVI animation library
- 2022-05-04 23:35:48下载
- 积分:1
-
[转载]彩色按钮控件。作者约翰威尔毕劳。
[转载]彩色按钮控件。作者John Wellbelove。-[reproduced] Color button controls. Author John Wellbelove.
- 2023-07-04 07:10:03下载
- 积分:1
-
[萨满]图腾助手CallOfElements
WOW专用
[萨满]图腾助手CallOfElements
WOW专用-[Shamanism] totem WOW special assistant CallOfElements
- 2023-04-02 02:30:03下载
- 积分:1
-
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能-provides a mouse-controlled categories, including mobile, limitations, hidden features
- 2022-10-25 20:15:03下载
- 积分:1
-
make a afxmessagebox,a simple demo
make a afxmessagebox,a simple demo
- 2022-07-02 18:26:09下载
- 积分:1
-
编写自己的按钮
编写自己的按钮-Write your own button
- 2022-02-16 06:37:50下载
- 积分:1