首页 [ 实验作品 ] Alpha半透明窗体源码
一键分享

Alpha半透明窗体源码

  • 共享

2012-08-30 09:24:14

20积分


交付物: 源码包
    商家已实名认证
  • 分享者:zgyfh***
  • 访问次数:   1677 次
  • 源码数量:   3 套
  • 通过比率:   75%
  • 活跃于:   三个月前
  • 最新IP属地:烟台市
  • 微信扫码咨询
.net

源码介绍

源码参数

  • 源码类别:【实验作品】
  • 源码类型:C/S
  • 适合人群: 进阶高手
  • 授权类型:共享版
  • 开发语言:C#
  • 数据库:无数据库
  • 源码大小:418KB
  • 相关网址: 【免费浏览】
  • 源码指数:
  • 完整度:
  • 半透明对比
  • 不透明窗口
  • 透明窗体
  • 半透明对比
  • 不透明窗口
  • 透明窗体
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel

Alpha半透明窗体源码

功能介绍:
利用Alpha实现半透明效果。
主要代码:
 private void button1_Click(object sender, EventArgs e)
        {
            if (frm == null) frm = new Form2();

            Bitmap bitmap = new Bitmap(image.Width * 2, image.Height * 2);
            Graphics g = Graphics.FromImage(bitmap);
            float width = pictureBox1.ClientSize.Width;
            float height = pictureBox1.ClientSize.Height;
            g.TranslateTransform(width / 2f, height / 2f);
            g.RotateTransform(angle);
            g.DrawImage(image, -image.Width / 2f, -image.Height / 2f, image.Width, image.Height);

            frm.SetBits(bitmap);
            frm.Show();
        }


       
责任编辑:羡的VC

下单记录

用户名 源码评分 成交价 下单时间 订单状态

源码评论

单击更换

评论列表

全部评论
  • 暂无评论 …

最近更新

      下载排行