Graphics::Size Struct Reference
Size of rectangular area (width x height) More...
#include <Types.h>
Collaboration diagram for Graphics::Size:
Public Member Functions | |
| constexpr | Size () |
| constexpr | Size (uint16_t w, uint16_t h) |
| String | toString () const |
Public Attributes | |
| uint16_t | w {0} |
| uint16_t | h {0} |
Detailed Description
Size of rectangular area (width x height)
Constructor & Destructor Documentation
◆ Size() [1/2]
|
inlineconstexpr |
◆ Size() [2/2]
Member Function Documentation
◆ toString()
| String Graphics::Size::toString | ( | ) | const |
Member Data Documentation
◆ h
| uint16_t Graphics::Size::h {0} |
◆ w
| uint16_t Graphics::Size::w {0} |
The documentation for this struct was generated from the following file:
1.8.17