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

addLine(to:)

Appends a straight line segment from the current point to the specified point. ある直線分を現在の点からこの指定された点まで追加します。

Declaration 宣言

mutating func addLine(to p: CGPoint)

See Also 参照

Drawing a Path