AWind
|
Decorator primitive for round rect filled area. Overriden members description see Decorator class documentation. More...
#include <DecoratorPrimitives.h>
Public Member Functions | |
DecoratorRectGradientFill (Color color1, Color color2) | |
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 rect filled area. Overriden members description see Decorator class documentation.
|
inlinevirtual |