Base class for circles.
More...
#include <basic.h>
Base class for circles.
Definition at line 205 of file basic.h.
◆ CircleBase()
◆ extents()
| Box roo_display::CircleBase::extents |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the bounding box encompassing all pixels that need to be drawn.
This method is called during a transaction and must not block or perform I/O.
Implements roo_display::Drawable.
Definition at line 207 of file basic.h.
References diameter_, x0_, and y0_.
◆ diameter_
| int16_t roo_display::CircleBase::diameter_ |
|
protected |
◆ x0_
| int16_t roo_display::CircleBase::x0_ |
|
protected |
◆ y0_
| int16_t roo_display::CircleBase::y0_ |
|
protected |
The documentation for this class was generated from the following file:
- temp_repos/roo_display/src/roo_display/shape/basic.h