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

addLines(_:)

Adds a sequence of connected straight-line segments to the path. 一連の接続された直線分をこのパスに加えます。

Declaration 宣言

mutating func addLines(_ lines: [CGPoint])

See Also 参照

Drawing a Path