示例#1
0
 private void DrawSnowman(Color clr)
 {
     _graphics.Clear(Color.Azure);
     Draw.BCircle(_graphics, clr, 120 + _x * 2, 75 + _y, 35);
     Draw.BCircle(_graphics, clr, 120 + _x * 2, 155 + _y, 45);
     Draw.BCircle(_graphics, clr, 120 + _x * 2, 270 + _y, 70);
 }