![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzRect.h>
Public Member Functions | |
| CzIRect () | |
| CzIRect (int x, int y, int w, int h) | |
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
| CzIRect::CzIRect | ( | ) |
| CzIRect::CzIRect | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| int CzIRect::h |
| int CzIRect::w |
| int CzIRect::x |
| int CzIRect::y |