
图形
cento123
这个作者很懒,什么都没留下…
展开
-
PDA图像淡入淡出(C#)
1)API定义结构:BlendFunction struct BlendFunction { public byte BlendOp; public byte BlendFlags; public byte SourceConstantAlpha;//清晰度 public byte AlphaFormat; } SourceConstantAlpha就是原创 2011-03-27 21:01:00 · 968 阅读 · 0 评论 -
透明背景图像绘制(C#)
ImageAttributes vAttr = new ImageAttributes(); //vAttr是关键//图像中与0,0那点相同的颜色要变成透明vAttr.SetColorKey(((Bitmap)pictureBox1.Image).GetPixel(0, 0), ((Bitmap)pictureBox1.Image).GetPixel(0, 0));//绘制透明的图像 e.Graphics.DrawImage(pictureBox1.Image , new Rectangle(10, 10,原创 2011-03-26 09:57:00 · 6229 阅读 · 0 评论 -
C#图形目录
PDA图像淡入淡出(C#)透明背景图像绘制(C#)原创 2011-04-03 12:31:00 · 653 阅读 · 0 评论 -
图形目录
<br />PDA图像淡入淡出(C#)<br />透明背景图像绘制(C#)<br />原创 2011-04-03 12:47:00 · 857 阅读 · 0 评论