Isle
|
[AI] Size with 32-bit signed integer width and height. More...
#include <mxgeometry.h>
Public Member Functions | |
MxSize32 () | |
[AI] Default constructor. More... | |
MxSize32 (const MxSize32 &p_s) | |
[AI] Copy constructor. More... | |
MxSize32 (MxS32 p_width, MxS32 p_height) | |
[AI] Constructor with specified width and height. More... | |
![]() | |
MxSize () | |
[AI] Default constructor, does not initialize size. More... | |
MxSize (const MxSize &p_s) | |
[AI] Copy constructor. More... | |
MxSize (MxS32 p_width, MxS32 p_height) | |
[AI] Constructor with explicit width and height. More... | |
MxS32 | GetWidth () const |
[AI] Get the width. More... | |
MxS32 | GetHeight () const |
[AI] Get the height. More... | |
void | SetWidth (MxS32 p_width) |
[AI] Set the width. More... | |
void | SetHeight (MxS32 p_height) |
[AI] Set the height. More... | |
Additional Inherited Members | |
![]() | |
MxS32 | m_width |
[AI] Width. More... | |
MxS32 | m_height |
[AI] Height. More... | |
[AI] Size with 32-bit signed integer width and height.
[AI] Represents a 2D size with large range.
Definition at line 593 of file mxgeometry.h.
|
inline |
[AI] Default constructor.
Definition at line 598 of file mxgeometry.h.
|
inline |
[AI] Copy constructor.
p_s | [AI] Size to copy. |
Definition at line 604 of file mxgeometry.h.
[AI] Constructor with specified width and height.
p_width | [AI] Width value. |
p_height | [AI] Height value. |
Definition at line 611 of file mxgeometry.h.