Instance Property
bezierPath
A cached representation of the layer’s closed path shapes.
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
A cached representation of the layer’s open path shapes.
A cached representation of the selected outline segments.
A representation of the closed paths and component outlines.
Creates a representation of the closed paths and component outlines while tracking component recursion.
A representation of the open paths in the layer and its components.
Returns the cached representation of open paths without updating it.