-
一个好用的按钮控件
一个好用的按钮控件-a handy button controls
- 2023-03-14 16:15:03下载
- 积分:1
-
c++ Tab usage vs2005 c++ Tab usage vs2005 c++ Tab usage vs2005
c++ Tab用法 vs2005 c++ Tab用法 vs2005
c++ Tab用法 vs2005-c++ Tab usage vs2005 c++ Tab usage vs2005 c++ Tab usage vs2005
- 2022-05-16 06:13:25下载
- 积分:1
-
XGlyphButton
XGlyphButton - a simple image button control XGlyphButton is a simple CButton-based control that allows you to display an image without the need for owner-draw control.-XGlyphButton- a simple image button control XGlyphButton is a simple CButton-based control that allows you to display an image without the need for owner-draw control.
- 2022-07-03 17:40:39下载
- 积分:1
-
一个好的颜色选择按钮控件
一个不错的颜色选择按钮控件-a good color choice button controls
- 2022-01-25 22:27:27下载
- 积分:1
-
不规则按钮vc示例工程代码,按钮都是矩形的吗,参考这个代码,你可以制作出多边形的按钮,菱形,圆形,椭圆...
不规则按钮vc示例工程代码,按钮都是矩形的吗,参考这个代码,你可以制作出多边形的按钮,菱形,圆形,椭圆-Irregular button vc sample project code, the right buttons are rectangular, reference the code, you can create a polygon button, diamond, round, oval
- 2022-11-09 12:35:04下载
- 积分:1
-
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能-provides a mouse-controlled categories, including mobile, limitations, hidden features
- 2022-10-25 20:15:03下载
- 积分:1
-
一个vc++小程序,支持滚动文字图象,鼠标操作方向
一个vc++小程序,支持滚动文字图象,鼠标操作方向 -a small program to support scrolling text images and mouse operational direction
- 2023-08-09 01:05:03下载
- 积分: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
-
跳动的球
说明: 本示例演示如何创建一个弹跳球在窗体上,也 let 你操纵动力学损失和重力设置。我找到的这个在线创建在 Java 中,它看起来有趣,于是转换了它不断改进的简化版本。这方程式仍然有几个缺陷在它,你可以读到在项目文件中,很好的来源,学会如何物理和 c + + 可以进行交互,如果你使用这实现更大改进请递给别人沿。
- 2022-03-02 22:00:08下载
- 积分:1
-
圆形按钮,针对不同按钮要求弄成不同形状给大家看看怎么样...
圆形按钮,针对不同按钮要求弄成不同形状给大家看看怎么样-round buttons, buttons for different requirements of different shapes of making us look at how kind
- 2022-11-18 22:30:04下载
- 积分:1