예제 #1
0
 public void drawPicture(Picture picture)
 {
     this._recorder.addDrawCmd(new DrawPicture {
         picture = picture,
     });
 }