Design Pattern Examples
Overview of object-oriented design patterns
WindowRectangle Struct Reference

Represents a rectangular region, with upper left and lower right coordinates. More...

#include <HandlerChain_WindowRectangle.h>

Collaboration diagram for WindowRectangle:
Collaboration graph

Public Attributes

int Left
 
int Top
 
int Right
 
int Bottom
 

Detailed Description

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.

Member Data Documentation

◆ Bottom

◆ Left

◆ Right

◆ Top


The documentation for this struct was generated from the following file: