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

addCurve(to:control1:control2:)

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

Declaration 宣言

mutating func addCurve(to p: CGPoint, control1 cp1: CGPoint, control2 cp2: CGPoint)

See Also 参照

Drawing a Path