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...
Public Member Functions | |
MessagePosition (int x, int y) | |
Constructor. | |
override 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 47 of file HandlerChain_Message_Class.cs.
|
inline |
Constructor.
x | X position to use. |
y | Y position to use. |
Definition at line 64 of file HandlerChain_Message_Class.cs.
References MessagePosition.X, and MessagePosition.Y.
|
inline |
Convert this position to a string.
Definition at line 74 of file HandlerChain_Message_Class.cs.
References MessagePosition.X, and MessagePosition.Y.
int X |
X position.
Definition at line 52 of file HandlerChain_Message_Class.cs.
Referenced by MessagePosition.MessagePosition(), WindowRectangle.PointInside(), and MessagePosition.ToString().
int Y |
Y position.
Definition at line 57 of file HandlerChain_Message_Class.cs.
Referenced by MessagePosition.MessagePosition(), WindowRectangle.PointInside(), and MessagePosition.ToString().