#include <mxtype.h>
Public Member Functions | |
| Size () | |
| Size (int width, int height) | |
Public Attributes | |
| int | width |
| int | height |
Definition at line 41 of file mxtype.h.
| mx::Size::Size | ( | ) | [inline] |
| mx::Size::Size | ( | int | width, | |
| int | height | |||
| ) | [inline] |
| int mx::Size::height |
height in size
Definition at line 46 of file mxtype.h.
Referenced by mx::mxSurface::createSurface(), mx::Rect::height(), mx::mxWnd::mxWnd(), mx::Rect::operator SDL_Rect(), mx::Rect::pointInRect(), and Size().
| int mx::Size::width |
width in size
Definition at line 44 of file mxtype.h.
Referenced by mx::mxSurface::createSurface(), mx::mxWnd::mxWnd(), mx::Rect::operator SDL_Rect(), mx::Rect::pointInRect(), Size(), and mx::Rect::width().
1.5.8