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

addRects(_:transform:)

Adds a sequence of rectangular subpaths to the path. 一連の矩形のサブパスをこのパスに加えます。

Declaration 宣言

mutating func addRects(_ rects: [CGRect], transform: CGAffineTransform = .identity)

See Also 参照

Drawing a Path