#include <mgui/layout.h>
Public Member Functions | |
| POINT (INT16 x, INT16 y) | |
| POINT () | |
Public Attributes | |
| INT16 | m_x |
| INT16 | m_y |
Often instances of this class are passed by value since the total size is 4 bytes which actually results in smaller and more efficient code in the called function due to direct access on stack rather than through pointer/reference indirection.
Definition at line 1017 of file layout.h.
|
|
Default construction, initializes to arbitrary point.
|
|
||||||||||||
|
Construct from X, Y values.
|
|
|
Point X coordinate.
|
|
|
Point Y coordinate.
|
1.3.8-20040913