|
AWind
|
Decorator primitive for round rectangle. Overriden members description see Decorator class documentation. More...
#include <DecoratorPrimitives.h>
Public Member Functions | |
| DecoratorRoundRect (Color color) | |
| void | Draw (DC *dc, int left, int top, int width, int height) |
| Drawing code implementation. More... | |
Public Member Functions inherited from Decorator | |
| virtual int | EstimateLeft (DC *dc) |
| Estimates decorator left coordinate. | |
| virtual int | EstimateRight (DC *dc) |
| Estimates decorator right coordinate. | |
| virtual int | EstimateTop (DC *dc) |
| Estimates decorator top coordinate. | |
| virtual int | EstimateBottom (DC *dc) |
| Estimates decorator bottom coordinate. | |
Decorator primitive for round rectangle. Overriden members description see Decorator class documentation.
|
inlinevirtual |