draw
0.0.0
|
A rect in pixel space. More...
#include <draw.h>
Public Member Functions | |
Rect ()=default | |
constructs from zero values More... | |
Rect (int32_t left, int32_t bottom, int32_t right, int32_t top) | |
constructs from parameters More... | |
Public Attributes | |
int32_t | left {0} |
int32_t | bottom {0} |
int32_t | right {0} |
int32_t | top {0} |
A rect in pixel space.
|
default |
constructs from zero values
|
inline |
constructs from parameters
int32_t draw::Rect::bottom {0} |
int32_t draw::Rect::left {0} |
int32_t draw::Rect::right {0} |
int32_t draw::Rect::top {0} |