Starshatter_Open
Open source Starshatter engine
|
#include <Geometry.h>
Public Member Functions | |
Insets () | |
Insets (WORD l, WORD r, WORD t, WORD b) |
Public Attributes | |
WORD | left |
WORD | right |
WORD | top |
WORD | bottom |
Definition at line 55 of file Geometry.h.
|
inline |
Definition at line 57 of file Geometry.h.
|
inline |
Definition at line 58 of file Geometry.h.
WORD Insets::bottom |
Definition at line 63 of file Geometry.h.
WORD Insets::left |
Definition at line 60 of file Geometry.h.
WORD Insets::right |
Definition at line 61 of file Geometry.h.
WORD Insets::top |
Definition at line 62 of file Geometry.h.