Decorator primitive for boundary lines. Overriden members description see Decorator class documentation.
More...
#include <DecoratorPrimitives.h>
|
enum | Position { Left,
Top,
Right,
Bottom
} |
|
|
| DecoratorBoundaryLine (Position position) |
|
void | Draw (DC *dc, int left, int top, int width, int height) |
| Drawing code implementation. More...
|
|
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 boundary lines. Overriden members description see Decorator class documentation.
void DecoratorBoundaryLine::Draw |
( |
DC * |
dc, |
|
|
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlinevirtual |
Drawing code implementation.
- Parameters
-
Implements Decorator.
The documentation for this class was generated from the following file: