Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
EdgeInsets Struct Reference

#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
 

Constructor & Destructor Documentation

◆ EdgeInsets() [1/2]

EdgeInsets::EdgeInsets ( )
default

◆ EdgeInsets() [2/2]

EdgeInsets::EdgeInsets ( float  l,
float  t,
float  r,
float  b 
)

Member Data Documentation

◆ bottom

float EdgeInsets::bottom = 0.0f

◆ left

float EdgeInsets::left = 0.0f

◆ right

float EdgeInsets::right = 0.0f

◆ top

float EdgeInsets::top = 0.0f

The documentation for this struct was generated from the following files: