-
此编程非常的好,适合于任何场合,对图形界面的编程也是非常实用的。...
此编程非常的好,适合于任何场合,对图形界面的编程也是非常实用的。-This program is very good, suitable for any occasion, on the graphical interface programming is also very practical.
- 2022-04-09 05:52:05下载
- 积分:1
-
VB produced a very nice button controls the source code.
用VB制作的一个很漂亮的按钮控件的源代码。-VB produced a very nice button controls the source code.
- 2022-02-12 00:16:57下载
- 积分:1
-
农历控件 V1.0.10
农历控件 V1.0.10-Lunar Control V1.0.10
- 2022-03-17 01:07:12下载
- 积分: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
-
重庆TD邮电学院
重庆邮电学院TD-SCDMA移动终端全部三种算法东南大学G.711 FER补偿定点算法四种南京航空航天大学数字视频/字符增强算法5种南京航空航天大学微光视频降噪算法测量算法六合肥工业大学JPEG七西交通大学AAC编解码器8西39;电子科技大学自动视频跟踪9 NCUST工业CT快速重建算法山东大学巷10最大匹配算法11清华大学(实验室)
- 2022-12-16 22:15:08下载
- 积分:1
-
该程序体现了3D球的vb实现方法,并进行旋转。
该程序体现了3D球的vb实现方法,并进行旋转。-the program embodies the ball vb 3D method, and rotation.
- 2022-02-24 13:47:11下载
- 积分:1
-
Will be a straight line two endpoints fixed, the use of controls to achieve twis...
将一条直线两个端点固定,利用控件实现曲折变化,在中心点上以每次5°方式扭转,形成曲折线。-Will be a straight line two endpoints fixed, the use of controls to achieve twists and turns in the center of history for each 5 ° approach to reverse to form a winding line.
- 2022-03-31 05:17:44下载
- 积分: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
-
can achieve characteristics of a simple button! Usage is quite simple.
可以简单实现特性化的按钮!用法相当简单.-can achieve characteristics of a simple button! Usage is quite simple.
- 2022-12-01 05:25:03下载
- 积分:1
-
用C++编写的平面按钮程序,希望大家多指教!
用C++编写的平面按钮程序,希望大家多指教!-C button plane prepared by the procedures in the hope that everyone know!
- 2023-03-14 04:30:03下载
- 积分:1