Instance Method
primitiveRepresentation(secondaryPen:)primitiveRepresentationSecondaryPen:primitiveRepresentationSecondaryPen_
Paths tracing the same outline using primitive node types and connections.
Declaration
func primitiveRepresentation(secondaryPen secondPen: (any GSPenProtocol & NSObjectProtocol)?) -> [GSPath]Declaration
- (NSArray<GSPath *> *) primitiveRepresentationSecondaryPen:(NSObject<GSPenProtocol> *) secondPen;Declaration
primitiveRepresentationSecondaryPen_(secondPen: NSObject<GSPenProtocol>) -> list[GSPath]Parameters
secondPenA pen for secondary outline information.
Discussion
The secondary pen receives secondary outline information while path components are decomposed.
See Also
Representations
An AppKit drawing path for the path.
Stroke outlines built from the path stroke attributes.
A path with path components expanded into outline nodes.
Removes outside overlaps at sharp line corners.
Replaces a corner, cap, segment, brush, or head hint with outline geometry.
A cubic path representation with special curve types converted to Bezier curves.
A path tracing the same outline using primitive node types and connections.
Whether the path already uses primitive node types and connections.