class: ewol::DrawProperty
Synopsis:
+ ivec2 m_windowsSize;
+ ivec2 m_origin;
+ ivec2 m_size;
+ void limit (const vec2 & _origin,
const vec2 & _size);
Detail:
m_windowsSize
+ ivec2 m_windowsSize;Windows compleate size
m_origin
+ ivec2 m_origin;Windows clipping upper widget (can not be <0)
m_size
+ ivec2 m_size;Windows clipping upper widget (can not be <0 and >m_windowsSize)
limit
+ void limit (const vec2 & _origin,
const vec2 & _size);