Instance Method
openBezierPath(_:)openBezierPath:openBezierPath_
Collects the transformed open paths while traversing a component hierarchy.
Declaration
func openBezierPath(_ seenComponents: NSMutableSet) -> NSBezierPath?Declaration
- (NSBezierPath *) openBezierPath:(NSMutableSet *) seenComponents;Declaration
openBezierPath_(seenComponents: set) -> NSBezierPathParameters
seenComponentsThe base-glyph names currently being traversed.
Return Value
The collected path, or nil when no component layer can be resolved.
Discussion
Use openBezierPath()openBezierPathopenBezierPath unless sharing traversal state across components.
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.
The transformed open paths of the component layer and its nested components.