-
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的...
一个很好的VC实例,看看吧,如果你是一个初学者,这个程序好许有用的-a good example of the VC, let"s see it, if you are a beginner, this procedure useful good Hsu
- 2022-06-21 09:19:49下载
- 积分:1
-
一个简单好用的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
-
ni zi ji kan akk k a
ni zi ji kan akk k a-zi ji ni kan k
- 2022-08-03 00:00:34下载
- 积分:1
-
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统...
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统-polymorphic button and the button for the realization of three states show that press, pop-up and may change color, for the control system
- 2022-02-05 13:59:39下载
- 积分: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
-
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值...
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值
-can only import figures Swing document model. 28. 29.* Can be set to keep the figures of the maximum and minimum
- 2023-06-19 04:10:03下载
- 积分:1
-
笔计算、触摸屏、屏幕键盘
An onscreen keyboard for pen computing and touchscreens
VC6, NT4, VS6, MFC, Dev, Intermediate
- 2022-01-26 20:10:32下载
- 积分:1
-
10个常用图形图像处理的API函数封装源程序以及直接可用的dll文件,可供其他windows程序语言调用。...
10个常用图形图像处理的API函数封装源程序以及直接可用的dll文件,可供其他windows程序语言调用。-10 commonly used graphic image processing API Function Packaging and direct source available dll file available for other windows programming language called.
- 2022-03-20 09:17:04下载
- 积分:1
-
button for the relevant application
对于按钮的相关应用-button for the relevant application
- 2022-03-24 22:04:32下载
- 积分:1
-
You need to round buttons? This class has been doing a good job for you, and it...
你需要圆形的按钮吗?这个类已经替你做好了,它可是有正常、平面、下推几种风格的,快使用它吧-You need to round buttons? This class has been doing a good job for you, and it is but a normal, flat, push-down of several styles, and quick to use it bar
- 2023-06-21 13:15:03下载
- 积分:1