init(center:radius:)
Creates a circle with the specified center and radius.
Declaration
init(center: NormalizedPoint, radius: CGFloat)Parameters
- center:
The center point.
- radius:
The circle’s radius.
Creates a circle with the specified center and radius.
init(center: NormalizedPoint, radius: CGFloat)The center point.
The circle’s radius.