Ejemplo n.º 1
0
 public void appendQuadratic(float xm, float ym, float x1, float y1)
 {
     path.quadTo(xm, ym, x1, y1);
 }