Path.drawBeziers

機能/意味
連続ベジェ曲線の描画
タイプ
Pathクラスのメソッド
構文
drawBeziers(points)
引数
points 点の配列 [ [x1, y1], [x2, y2] .... ]
戻り値
なし (void)
説明