Initializer
init(circleAt:radius:) circleWithCenter:radius: circleWithCenter_radius_
Creates a closed cubic path approximating a circle.
Declaration
convenience init?(circleAt center: NSPoint, radius: CGFloat)Declaration
+ (instancetype) circleWithCenter:(NSPoint) center radius:(CGFloat) radius;Declaration
circleWithCenter_radius_(center: NSPoint, radius: float) -> GSPathDiscussion
Returns nil when the radius is zero.
See Also
Creating a Path
Creates a path from a Glyphs file dictionary representation.
Creates a path from the Glyphs file representation at the current parser position.
Creates a path from a sequence of node element strings.
Creates a closed rectangular path enclosing the rectangle.
Creates a closed cubic path approximating an ellipse inside the rectangle.
Creates a closed cubic path approximating an ellipse.