init(ellipseIn:)
Creates a shape node with an elliptical path that fills the specified rectangle.
Declaration
convenience init(ellipseIn rect: CGRect)Parameters
- rect:
A rectangle, relative to the node’s origin.
Return Value
A new shape node.
Creates a shape node with an elliptical path that fills the specified rectangle.
convenience init(ellipseIn rect: CGRect)A rectangle, relative to the node’s origin.
A new shape node.