|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <Resolution.h>
Public Member Functions | |
| EdgeInsets ()=default | |
| EdgeInsets (float l, float t, float r, float b) | |
Public Attributes | |
| float | left = 0.0f |
| float | top = 0.0f |
| float | right = 0.0f |
| float | bottom = 0.0f |
|
default |
| EdgeInsets::EdgeInsets | ( | float | l, |
| float | t, | ||
| float | r, | ||
| float | b | ||
| ) |
| float EdgeInsets::bottom = 0.0f |
| float EdgeInsets::left = 0.0f |
| float EdgeInsets::right = 0.0f |
| float EdgeInsets::top = 0.0f |