Declaration

var openBezierPath: NSBezierPath? { get set }

Declaration

@property (nonatomic, strong) NSBezierPath * openBezierPath;

Declaration

pyobjc_instanceMethods.openBezierPath() -> NSBezierPath
pyobjc_instanceMethods.setOpenBezierPath_(openBezierPath: NSBezierPath)

Discussion

Components and closed paths are excluded. Returns nil when the layer has no open paths.

See Also

Bezier Paths