예제 #1
0
 public override void Draw()
 {
     ms.Draw(() =>
     {
         //Graphics.Rectangle(DrawMode.Fill, 300, 200, 200, 200);
         Graphics.Draw(img);
     });
     //Graphics.Draw(img, 200, 200);
     FPSGraph.Draw();
 }
예제 #2
0
 public override void Draw()
 {
     FPSGraph.Draw();
 }