2 #ifndef _YI_VIEWPORT_H_ 3 #define _YI_VIEWPORT_H_ 16 CYIViewport(int32_t x, int32_t y, int32_t width, int32_t height);
19 void Init(int32_t x, int32_t y, int32_t width, int32_t height);
33 #endif // _YI_VIEWPORT_H_ bool operator!=(const CYIViewport &rhs) const
bool operator==(const CYIViewport &rhs) const
Definition: YiViewport.h:12
int32_t m_nWidth
Definition: YiViewport.h:23
int32_t m_nHeight
Definition: YiViewport.h:24
int32_t m_nX
Definition: YiViewport.h:21
int32_t m_nY
Definition: YiViewport.h:22
void Init(int32_t x, int32_t y, int32_t width, int32_t height)