/// <summary> /// 调用所有对象的绘图方法 /// </summary> public void Draw() { bigStage.Draw(); gameStage.Draw(); dropBox.Draw(); pointStage.Draw(); }