Instance Method インスタンスメソッド

addQuadCurve(to:control:)

Adds a quadratic Bézier curve to the path, with the specified end point and control point. 2次ヘジェ曲線をこのパスに加えます、指定された終点と制御点で。

Declaration 宣言

mutating func addQuadCurve(to p: CGPoint, control cp: CGPoint)

See Also 参照

Drawing a Path