• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wjshan0808

Learn from yesterday, Live for today, For a better tomorrow.
 ————wjshan0808

博客园    首页    新随笔    联系   管理    订阅  订阅
2015年1月21日
图片浮雕
摘要: Bitmap bmp = new Bitmap(pictureBox1.Image);//创建Bitmap对象 for (int i = 0; i < bmp.Width - 1; i++) { for (int j = 0;... 阅读全文
posted @ 2015-01-21 17:40 wjshan0808 阅读(203) 评论(0) 推荐(0)
向区域中追加文本
摘要: Graphics g;//画板 GraphicsPath path;//路径 private void button1_Click(object sender, EventArgs e) { //从路径中构造区域 ... 阅读全文
posted @ 2015-01-21 17:36 wjshan0808 阅读(165) 评论(0) 推荐(0)
伽马曲线调整图片
摘要: private void Form1_Load(object sender, EventArgs e) { img = pictureBox1.Image = Image.FromFile("8.jpg"); } Ima... 阅读全文
posted @ 2015-01-21 17:17 wjshan0808 阅读(517) 评论(0) 推荐(0)
改变图片亮度
摘要: private void button1_Click(object sender, EventArgs e) { UpdatePicBoxEventHandle UpdatePicBox = new UpdatePicBoxEventHandle(... 阅读全文
posted @ 2015-01-21 16:14 wjshan0808 阅读(173) 评论(0) 推荐(0)
改变图片的对比度
摘要: private void button1_Click(object sender, EventArgs e) { UpdatePicBoxEventHandle UpdatePicBox = new UpdatePicBoxEventHandle(... 阅读全文
posted @ 2015-01-21 15:58 wjshan0808 阅读(243) 评论(0) 推荐(0)
设置/取消桌面背景
摘要: private void Set_Click(object sender, EventArgs e) { //设置壁纸 SystemParametersInfo(SystemParametersInfoAction.SPI_SETDESKW... 阅读全文
posted @ 2015-01-21 11:16 wjshan0808 阅读(522) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3