Declaration

func bounds() -> NSRect

Declaration

- (NSRect) bounds;

Declaration

pyobjc_instanceMethods.bounds() -> NSRect

Discussion

For curve segments, the bounds enclose the curve and may exclude control points outside the curve.

Returns CGRectNull when the path has no drawable bounds.

See Also

Geometry