public void drawPicture(Picture picture) { this._recorder.addDrawCmd(new DrawPicture { picture = picture, }); }