init(ellipseOf:)
Creates a shape node with an elliptical path centered on the node’s origin.
Declaration
convenience init(ellipseOf size: CGSize)Parameters
- size:
The height and width of the ellipse.
Return Value
A new shape node.
Creates a shape node with an elliptical path centered on the node’s origin.
convenience init(ellipseOf size: CGSize)The height and width of the ellipse.
A new shape node.