Position of the message in global coordinates (same scope of coordinates as windows). Although this can handle negative coordinates, the example is careful to use only positive coordinates. More...
#include <HandlerChain_Message_Class.h>
Public Member Functions | |
MessagePosition (int x, int y) | |
Constructor. | |
std::string | ToString () |
Convert this position to a string. | |
Public Attributes | |
int | X |
X position. | |
int | Y |
Y position. | |
Position of the message in global coordinates (same scope of coordinates as windows). Although this can handle negative coordinates, the example is careful to use only positive coordinates.
Definition at line 54 of file HandlerChain_Message_Class.h.
|
inline |
Constructor.
x | X position to use. |
y | Y position to use. |
Definition at line 71 of file HandlerChain_Message_Class.h.
|
inline |
Convert this position to a string.
Definition at line 81 of file HandlerChain_Message_Class.h.
References Helpers::formatstring(), MessagePosition::X, and MessagePosition::Y.
Referenced by Message::ToString().
int X |
X position.
Definition at line 59 of file HandlerChain_Message_Class.h.
Referenced by WindowRectangle::PointInside(), and MessagePosition::ToString().
int Y |
Y position.
Definition at line 64 of file HandlerChain_Message_Class.h.
Referenced by WindowRectangle::PointInside(), and MessagePosition::ToString().