draw
0.0.0
|
A size in pixel space. More...
#include <draw.h>
Public Member Functions | |
Size ()=default | |
Constructs from unit values. More... | |
Size (uint32_t width, uint32_t height) | |
Constructs from parameters. More... | |
Public Attributes | |
uint32_t | width {1} |
uint32_t | height {1} |
A size in pixel space.
|
default |
Constructs from unit values.
|
inline |
Constructs from parameters.
uint32_t draw::Size::height {1} |
uint32_t draw::Size::width {1} |