Instance Method
bezierPath()bezierPathbezierPath
An AppKit drawing path for the path.
Declaration
func bezierPath() -> NSBezierPath?Declaration
- (NSBezierPath *) bezierPath;Declaration
pyobjc_instanceMethods.bezierPath() -> NSBezierPathDiscussion
For drawing a complete layer, prefer the layer drawing path when available.
Returns nil when the path has no nodes.
See Also
Representations
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.
Paths tracing the same outline using primitive node types and connections.
Whether the path already uses primitive node types and connections.