Declaration

func bezierPath() -> NSBezierPath?

Declaration

- (NSBezierPath *) bezierPath;

Declaration

pyobjc_instanceMethods.bezierPath() -> NSBezierPath

Discussion

For drawing a complete layer, prefer the layer drawing path when available.

Returns nil when the path has no nodes.

See Also

Representations