Instance Method
bounds()boundsbounds
The bounds of the transformed component representation.
Declaration
func bounds() -> NSRectDeclaration
- (NSRect) bounds;Declaration
pyobjc_instanceMethods.bounds() -> NSRectDiscussion
The bounds include open paths and any placeholder used for an unresolved, recursive, or empty base glyph.
Returns CGRectNull when the component has no representation.
See Also
Geometry
Whether the closed-path representation crosses that of another component.
Whether the closed-path representation crosses that of another component without first comparing their bounds.
Intersections between the transformed component representation and a line segment.