![]() |
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 | |
| CzRect () | |
| CzRect (float x, float y, float w, float h) | |
Public Attributes | |
| float | x |
| float | y |
| float | w |
| float | h |
| CzRect::CzRect | ( | ) |
| CzRect::CzRect | ( | float | x, |
| float | y, | ||
| float | w, | ||
| float | h | ||
| ) |
| float CzRect::h |
| float CzRect::w |
| float CzRect::x |
| float CzRect::y |