C#將文字寫入圖片

Protected void Page_Load(object sender, System.EventArgs e){ using(Bitmap b=new Bitmap(width, height)) { Font f = new Font("Arial", 70F); Graphics g = Graphics.FromImage(b); SolidBrush whiteBr
相關文章
相關標籤/搜索