Example #1
0
 public PGraphics beginRecycleDraw(short id)
 {
     beginDraw();
     graphics.beginRecycle(id);
     return(graphics);
 }