| =.85 bbox method | =1.15function |
| =.85 intersects(other) | =1.15returns 1 if the bbox instance and other intersect with each other. |
| =.85 transformed(self, trafo) | =1.15returns self transformed by transformation trafo. |
| =.85
enlarged(all=0, bottom=None,
left=None, top=None, right=None) |
=1.15 return the bounding box enlarged by the given amount (in visual units). all is the default for all other directions, which is used whenever None is given for the corresponding direction. |
| =.85 path() or rect() | =1.15return the path corresponding to the bounding box rectangle. |
| =.85 height() | =1.15returns the height of the bounding box (in PyX lengths). |
| =.85 width() | =1.15returns the width of the bounding box (in PyX lengths). |
| =.85 top() | =1.15returns the |
| =.85 bottom() | =1.15returns the |
| =.85 left() | =1.15returns the |
| =.85 right() | =1.15returns the |
Furthermore, two bounding boxes can be added (giving the bounding box enclosing both) and multiplied (giving the intersection of both bounding boxes).