The MessageWindow and WindowRectangle classes used in the HandlerChain pattern. More...
Go to the source code of this file.
Classes | |
class | WindowRectangle |
Represents a rectangular region, with upper left and lower right coordinates. More... | |
class | MessageWindow |
Represents a rectangular region that can handle messages directed to that region. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The MessageWindow and WindowRectangle classes used in the HandlerChain pattern.
Definition in file HandlerChain_MessageWindow_Class.cs.