Instance Method
bounds()boundsbounds
The bounds of the path.
Declaration
func bounds() -> NSRectDeclaration
- (NSRect) bounds;Declaration
pyobjc_instanceMethods.bounds() -> NSRectDiscussion
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
The bounds of the path nodes.
The unsigned area enclosed by the path.
The length of all path segments.
Whether the path encloses another path.
Intersections between the path and a line segment.