Instance Property
isClosedclosedclosed
Whether the final node connects to the first node.
Declaration
var isClosed: Bool { get set }Declaration
@property (nonatomic) BOOL closed;Declaration
pyobjc_instanceMethods.closed() -> bool
pyobjc_instanceMethods.setClosed_(closed: bool)Discussion
Setting this property does not adjust the nodes. Use setClose(_:)setClosePath:setClosePath_ to adjust endpoint nodes when opening or closing a path.
See Also
Closed/Open
Opens or closes the path and adjusts its endpoint nodes.
Opens or closes the path and adjusts its endpoint nodes.