-
very pleased to be here today, the top Eastern Kazakhstan is a lot of fun, I hav...
很高兴今天来到这里,上面那个东东很好玩哈,有时间我会常来的-very pleased to be here today, the top Eastern Kazakhstan is a lot of fun, I have time to the athlete
- 2022-12-11 22:15:03下载
- 积分:1
-
A class that turns rectangular buttons into elliptic buttons 圆形按钮
A class that turns rectangular buttons into elliptic buttons 圆形按钮-A class that turns into rectangular buttons elliptic buttons circular button
- 2022-02-11 17:06:30下载
- 积分:1
-
An animation of the button, the button is displayed three
一个具有动画效果的按钮,就是按钮显示三维效果的字母ok,鼠标在按钮上时字母能够旋转-An animation of the button, the button is displayed three-dimensional effect of the letters ok, when the mouse button to rotate the letters
- 2022-03-06 18:15:17下载
- 积分:1
-
使用VC开发的平板按钮。可以作出很多好看的形态。
使用VC开发的平板按钮。可以作出很多好看的形态。-use VC flat button. Can make a lot of good-looking forms.
- 2023-01-11 17:10:04下载
- 积分:1
-
keys identification procedures by a word and two procedures : the keyboard is a...
按键识别程序由1和2两个字程序组成:1文件是键盘扫描子程序,2文件是求键值子程序,-keys identification procedures by a word and two procedures : the keyboard is a document scanning subroutine, the two documents were seeking keys subroutine,
- 2022-05-18 08:04:00下载
- 积分:1
-
条形码控件,用delphi开发
条形码控件,用delphi开发-barcode control developed by Delphi.
- 2022-12-24 03:05:05下载
- 积分: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
-
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料-EVC button under the program, the EVC of acquaintances who should be a good reference
- 2023-04-28 09:25:03下载
- 积分:1
-
非常好用的又非常好看的按钮
非常好用的又非常好看的按钮-very user-friendly and very attractive on the button
- 2023-06-28 22:40:03下载
- 积分:1
-
Arbitrary shape of the button settings in the dialog box to set up the buttons o...
任意形状的按钮设置,在对话框中设置任意形状的按钮-Arbitrary shape of the button settings in the dialog box to set up the buttons of arbitrary shape
- 2022-06-11 18:08:27下载
- 积分:1