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

addRoundedRect(in:cornerSize:style:transform:)

Adds a rounded rectangle to the path. ある角丸矩形をこのパスに加えます。

Declaration 宣言

mutating func addRoundedRect(in rect: CGRect, cornerSize: CGSize, style: RoundedCornerStyle = .circular, transform: CGAffineTransform = .identity)

See Also 参照

Drawing a Path