■65692 / inTopicNo.6) |
Re[5]: DrawString で センタリング したい。 |
□投稿者/ howling (237回)-(2013/03/14(Thu) 11:50:24)
|
■No65690 (ひろ さん) に返信 > StringFormat strFmt = new StringFormat(); > strFmt.Alignment = StringAlignment.Center; // X軸中央揃え. > Rectangle rectangle = new Rectangle(0, 0, e.PageBounds.Width, e.PageBounds.Height); > e.Graphics.DrawString(strPage, fnt, Brushes.Black, rectangle, strFmt); > > 上記を試してみたのですが、やはり中央より 1.5cm ほど右側に描画されてしまいました。
ふーむ。念のため。 e.Graphics.DrawString(strPage, fnt, Brushes.Black, e.PageBounds, strFmt); でも右側にズレることを確認して頂いても良いですか?
あと、気になったスレがこれ。 http://bbs.wankuma.com/index.cgi?mode=al2&namber=48989&KLOG=83 余白設定とかが(バグが元からあって)おかしいのかもしんないですね。
|
|