Declaration

var bezierPath: NSBezierPath? { get set }

Declaration

@property (nonatomic, strong) NSBezierPath * bezierPath;

Declaration

pyobjc_instanceMethods.bezierPath() -> NSBezierPath
pyobjc_instanceMethods.setBezierPath_(bezierPath: NSBezierPath)

Discussion

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

See Also

Bezier Paths