- 684 名前:デフォルトの名無しさん mailto:sage [2007/06/19(火) 18:21:02 ]
- PenやBrushは数使うから、ちょっとしたものの描画でもこの有様。
using(Graphics g = Graphics.FromImage(bitmap)) using(Pen pen1 = new Pen(Color.Black)) using(Pen pen2 = new Pen(Color.Red)) using(Brush brush1 = new SolidBrush(Color.LightYellow)) using(Brush brush2 = new SolidBrush(Color.Black)) using(Brush brush3 = new SolidBrush(Color.Blue)) using(GraphicsPath gpath1 = new GraphicsPath()) using(GraphicsPath gpath2 = new GraphicsPath()) using(GraphicsPath gpath3 = new GraphicsPath()) using(GraphicsPath gpath4 = new GraphicsPath()) {
|

|