Cでブロック崩しを作りたい
■ このスレッドは過去ログ倉庫に格納されています
0033名前は開発中のものです。
03/12/31 10:20ID:1FVv67t8{
SolidBrush brushball = new SolidBrush(Color.Pink);
e.Graphics.FillEllipse(brushball, Ball);
SolidBrush brushpad = new SolidBrush(Color.Yellow);
e.Graphics.FillRectangle(brushpad, Pad);
}
■ このスレッドは過去ログ倉庫に格納されています