Instance Method
openBezierPath()openBezierPathopenBezierPath
The transformed open paths of the component layer and its nested components.
Declaration
func openBezierPath() -> NSBezierPath?Declaration
- (NSBezierPath *) openBezierPath;Declaration
pyobjc_instanceMethods.openBezierPath() -> NSBezierPathDiscussion
Placeholder representations are not included. Returns nil when no component layer can be resolved and an empty path when the hierarchy has no open paths.
See Also
Representations
The transformed closed paths of the component layer and its nested components.
The transformed closed paths of the component layer and its nested components.
Collects the transformed closed paths while traversing a component hierarchy.
Collects the transformed open paths while traversing a component hierarchy.