■65533 / inTopicNo.1) |
印刷文字列を枠で囲いたい |
□投稿者/ ひろ (4回)-(2013/03/06(Wed) 09:09:24)
|
分類:[C#]
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { e.Graphics.DrawString("SampleText", new Font("MS Pゴシック", 14, FontStyle.Bold), Brushes.Black, 150, 125); }
上記のような印刷データで、文字列"SampleText"を枠で囲うにはどうしたらよいのでしょうか?
|
|