|
Enrollment 28.2.0
|
It holds circle and draws it. More...
#include <ImageShape.h>
Public Member Functions | |
| void | DrawIn (ImageShapeDrawer &drawer) const final |
| It draws circle in ImageShapeDrawer. | |
| CircleShape (Circle circle, ImageShapeAttributes attr) | |
| Constructor sets given circle for drawing. | |
It holds circle and draws it.
|
inline |
Constructor sets given circle for drawing.
| circle | Circle |
| attr | ImageShapeAttributes to draw circle |
|
inlinefinalvirtual |
It draws circle in ImageShapeDrawer.
| drawer | the implementation of ImageShapeDrawer |
Implements ImageShape.