|
Public Member Functions |
| | BRect (int x=0, int y=0, unsigned int width=0, unsigned int height=0) |
| | BRect (const BPoint &point, const BSize &size) |
| | BRect (const BPoint &p1, const BPoint &p2) |
| BPoint | topLeft () const |
| BPoint | topRight () const |
| BPoint | bottomLeft () const |
| BPoint | bottomRight () const |
| BRect | insetRect (int left, int right, int top, int bottom) const |
| bool | intersects (const BRect &r) const |
| void | outline (BImage &img, uint16 color) const |
| void | fill (BImage &img, uint16 color) const |
| bool | containsPoint (const BPoint &p) const |
Public Attributes |
| BPoint | pt |
| BSize | sz |