Instance Method
bezierPathIgnorePlaceholder(_:)bezierPathIgnorePlaceholder:bezierPathIgnorePlaceholder_
The transformed closed paths of the component layer and its nested components.
Declaration
func bezierPathIgnorePlaceholder(_ ignorePlaceholder: Bool) -> NSBezierPath?Declaration
- (NSBezierPath *) bezierPathIgnorePlaceholder:(BOOL) ignorePlaceholder;Declaration
bezierPathIgnorePlaceholder_(ignorePlaceholder: bool) -> NSBezierPathDiscussion
Ignoring placeholders omits unresolved and recursive references and returns an empty path for an empty base glyph.
See Also
Representations
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.
Collects the transformed open paths while traversing a component hierarchy.