|
Enrollment 28.2.0
|
It is used by ImageShape to draw its shape. More...
#include <ImageShape.h>
Public Member Functions | |
| virtual void | DrawLine (const Line &line, const ImageShapeAttributes &attr)=0 |
| Draws line. | |
| virtual void | DrawCircle (const Circle &circle, const ImageShapeAttributes &attr)=0 |
| Draws circle. | |
| virtual void | DrawRectangle (const Rectangle &rectangle, const ImageShapeAttributes &attr)=0 |
| Draws rectangle. | |
It is used by ImageShape to draw its shape.
|
pure virtual |
Draws circle.
| circle | circle to draw |
| attr | ImageShapeAttributes of circle |
|
pure virtual |
Draws line.
| line | line to draw |
| attr | ImageShapeAttributes of line |
|
pure virtual |
Draws rectangle.
| rectangle | Rectangle to draw |
| attr | ImageShapeAttributes of rectangle |