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

addArc(tangent1End:tangent2End:radius:transform:)

Adds an arc of a circle to the path, specified with a radius and two tangent lines. ある円の円弧をこのパスに加えます、半径と2つの正接線で指定して。

Declaration 宣言

mutating func addArc(tangent1End p1: CGPoint, tangent2End p2: CGPoint, radius: CGFloat, transform: CGAffineTransform = .identity)

See Also 参照

Drawing a Path