![]() |
nsbaci 1.0
|
Rectangle shape with position and size. More...
#include <drawingTypes.h>

Public Member Functions | |
| Rectangle (Point pos, Size s, bool fill=false) | |
| Rectangle (int32_t x, int32_t y, int32_t w, int32_t h, bool fill=false) | |
Public Attributes | |
| Point | position |
| Size | size |
| bool | filled = false |
Rectangle shape with position and size.