-
labciew do what procedures can draw! For beginners!
labciew做的程序可以借鉴一下!适合初学者-labciew do what procedures can draw! For beginners!
- 2022-05-24 11:10:12下载
- 积分:1
-
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值...
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值
-can only import figures Swing document model. 28. 29.* Can be set to keep the figures of the maximum and minimum
- 2023-06-19 04:10:03下载
- 积分:1
-
学习Visual Basic的初学者
该计划是为初学者谁将会学习Visual Basic,下面一个例子,使按钮,使用工具Visual Basic应用程序
- 2023-03-10 23:55:03下载
- 积分:1
-
添加书签功能是相对容易的,它使我们的ADO recordse…
Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls.
给DataBound控件增加书签功能(52KB)
-Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls. To increase the bookmark function DataBound control (52KB)
- 2022-12-24 04:15: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
-
ButtonSuite ButtonSuite
ButtonSuite ButtonSuite
- 2022-07-20 17:18:46下载
- 积分:1
-
一系列很酷的扁平按钮,带阴影的按钮等。
一系列很酷的扁平按钮,带阴影的按钮等。- A series of very cruel flat buttons, bring the shadow the
button and so on.
- 2022-05-28 14:21:09下载
- 积分:1
-
创建漂亮的动画按钮
创建漂亮的动画按钮-create beautiful animation button
- 2022-02-03 03:13:08下载
- 积分:1
-
MD5的全称是Message
MD5的全称是Message-Digest Algorithm 5,在90年代初由MIT的计算机科学实验室和RSA Data Security Inc发明,经MD2、MD3和MD4发展而来-name is the MD5 Message-Digest Algorithm 5, in the early 1990s by the MIT Laboratory of Computer Science and RSA Data Security Inc. invention, MD2, MD3 MD4 and developed from
- 2022-05-14 11:56:10下载
- 积分:1
-
使用API做一个滚动条控件,你可以改变它。
使用API做的滚动条控件,高度扩展性,可根据需要改写。适用于WIN平台(包括WINCE5.0/6.0,WIN XP),可联系作者:zcq108@126.com-Using the API to make a scrollbar control,you can change it if you need.
it is used for wince5.0/6.0,or win xp,all win platfarm.
- 2022-07-11 08:32:04下载
- 积分:1