Represents a rectangular region, with upper left and lower right coordinates. More...
#include <HandlerChain_WindowRectangle.h>
Public Attributes | |
int | Left |
int | Top |
int | Right |
int | Bottom |
Represents a rectangular region, with upper left and lower right coordinates.
For this example, the minimum width of a rectangle is 4 x 4.
Definition at line 23 of file HandlerChain_WindowRectangle.h.
int Bottom |
Definition at line 28 of file HandlerChain_WindowRectangle.h.
Referenced by PointInside(), ToString(), WindowRectangle_Initialize(), WindowRectangle_PointInside(), and WindowRectangle_ToString().
int Left |
Definition at line 25 of file HandlerChain_WindowRectangle.h.
Referenced by PointInside(), ToString(), WindowRectangle_Initialize(), WindowRectangle_PointInside(), and WindowRectangle_ToString().
int Right |
Definition at line 27 of file HandlerChain_WindowRectangle.h.
Referenced by MessageWindow_Create(), PointInside(), ToString(), WindowRectangle_Initialize(), WindowRectangle_PointInside(), and WindowRectangle_ToString().
int Top |
Definition at line 26 of file HandlerChain_WindowRectangle.h.
Referenced by MessageWindow_Create(), PointInside(), ToString(), WindowRectangle_Initialize(), WindowRectangle_PointInside(), and WindowRectangle_ToString().