Case

Path.Element.quadCurve(to:control:)

A quadratic Bézier curve from the previous current point to the given end-point, using the single control point to define the curve. 以前の現在の地点からこの与えられた終了点までの2次ベジェ曲線、ただ1つの制御点を曲線を定義するのに使っています。

Declaration 宣言

case quadCurve(to: CGPoint, control: CGPoint)

Discussion 議論

The end-point of the curve becomes the new current point. カーブの終点は、新しい現在の地点になります。

See Also 参照

Getting Path Elements