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