-
shadow effect with the control button
带有阴影效果的按钮控件-shadow effect with the control button
- 2022-01-27 09:52:38下载
- 积分:1
-
一个很好的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
-
vb6.0sp5
开发工具 windows vb6.0sp5-vb6.0sp5
- 2022-07-24 18:21:04下载
- 积分:1
-
平面按扭
平面按扭-Flat buttons
- 2022-04-01 12:42:44下载
- 积分:1
-
a very good one button controls
一个很不错的按钮控件1-a very good one button controls
- 2023-04-16 14:20:03下载
- 积分:1
-
用于绘图的小控件,可以绘出XY坐标,控件应用见包
用于绘图的小控件,可以绘出XY坐标,控件应用见包-drawings for a small control that charted XY coordinates, and controls application packet see
- 2022-07-15 04:26:29下载
- 积分: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
-
A very practical type of button controls, you can achieve various of effects bu...
一个很实用的按钮控件类,可以实现各种按钮特效,里面包含了实例和其中的按钮类。对于希望能够做特色按钮的朋友们非常有用-A very practical type of button controls, you can achieve various of effects buttons.It contains examples and source code of effect buttons. It s quite useful for the friends who wish to make effect button feature.
- 2022-01-25 14:04:01下载
- 积分:1
-
一个很不错的模拟 led的小程序,里面的源代码你可以复用到自己的程序中去...
一个很不错的模拟 led的小程序,里面的源代码你可以复用到自己的程序中去-a very good simulation of small programs led inside the source code you can use Minute their procedures to
- 2022-02-20 01:33:59下载
- 积分:1
-
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!...
能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!-software can be gray button into a normal state, the procedures used to operate the handle!
- 2022-02-26 05:09:27下载
- 积分:1