您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 移动方向键浏览图像,C#源代码,if (this.MyBmp != null)

  2. 移动方向键浏览图像,C#源代码,if (this.MyBmp != null) this.MyGraphics.DrawImage(this.MyBmp, this.MyXPos, this.MyYPos);
  3. 所属分类:C#

    • 发布日期:2009-01-18
    • 文件大小:134144
    • 提供者:gouyue
  1. 设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle;

  2. 设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle; Bitmap MyBmp = new Bitmap(MyRect.Width, MyRect.Height); Graphics g = Graphics.FromImage(MyBmp); LinearGradientBrush MyBrush = new LinearGradientBrush(MyRect, Color.Blue, Color.Black, LinearG
  3. 所属分类:C#