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

addArc(center:radius:startAngle:endAngle:clockwise:transform:)

Adds an arc of a circle to the path, specified with a radius and angles. ある円の円弧をこのパスに加えます、半径と角度で指定して。

Declaration 宣言

mutating func addArc(center: CGPoint, radius: CGFloat, startAngle: Angle, endAngle: Angle, clockwise: Bool, transform: CGAffineTransform = .identity)

See Also 参照

Drawing a Path