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

搜索资源列表

  1. 给图片加水印

  2. 可以轻松给图片加文字水印 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using Sys
  3. 所属分类:C#

    • 发布日期:2013-03-11
    • 文件大小:49kb
    • 提供者:cf7852
  1. 用fontDialog设置字体,C#源代码if (this.fontDialog1.ShowDialog() == DialogResult.OK)

  2. 用fontDialog设置字体,C#源代码if (this.fontDialog1.ShowDialog() == DialogResult.OK) { this.richTextBox1.SelectionColor = this.fontDialog1.Color; this.richTextBox1.SelectionFont = this.fontDialog1.Font; }
  3. 所属分类:C#

    • 发布日期:2008-12-25
    • 文件大小:37kb
    • 提供者:u010467016