-
一个3D的控件,显示3D的菜单和图标,界面比较好
一个3D的控件,显示3D的菜单和图标,界面比较好-a 3D controls, showing 3D menu and icon, better interface
- 2022-03-04 05:44:34下载
- 积分:1
-
几个经典的按钮(非原创)
几个经典的按钮(非原创)-several classic button (non-original)
- 2023-01-28 07:00:03下载
- 积分:1
-
本程序实现了分形图形的显示,根据代码,可以研究绘制分形图形的方法。...
本程序实现了分形图形的显示,根据代码,可以研究绘制分形图形的方法。-realized by the fractal graphics, based code can study fractal graphics rendering method.
- 2022-04-02 07:30:29下载
- 积分:1
-
利用这个Button类中的SetMenu()可以代替菜单,也可以设置按钮按下和起来的状态,使按钮呈现动态效果,另一个重点就是它没有内存泄露问题。...
利用这个Button类中的SetMenu()可以代替菜单,也可以设置按钮按下和起来的状态,使按钮呈现动态效果,另一个重点就是它没有内存泄露问题。-Button to take this category SetMenu () can replace the menu, you can set up the button press and the state, so that dynamic effects of a button, and the other key point is it does not have memory leak problems.
- 2022-09-03 20:25:02下载
- 积分:1
-
一个3d按纽类
一个3d按纽类-A 3d button type
- 2022-01-23 10:27:08下载
- 积分: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
-
三角形按钮
三角形按钮-Triangular button
- 2022-04-13 06:53:55下载
- 积分:1
-
使你对按钮控件的使用有更深入的了解,以便应用于实际当中...
使你对按钮控件的使用有更深入的了解,以便应用于实际当中-This code may be freely distributable in any application. Ifyou make any changes to the source, please let me know so thatI might make a better version of the class.
- 2022-04-16 23:48:54下载
- 积分:1
-
formatted drives, caution! ! ! Of course, you can change the process, into a for...
格式化硬盘,慎用!!!当然,你可以改一下程序,变为格式化A盘。(2KB)-formatted drives, caution! ! ! Of course, you can change the process, into a formatted disk. (2 KB)
- 2022-01-21 00:31:39下载
- 积分:1
-
扁平按钮
扁平按钮-Flat Button
- 2022-03-19 03:43:38下载
- 积分:1