|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawablePolygon (const CoordinateList &coordinates_) | |
| DrawablePolygon (const DrawablePolygon &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
Private Attributes | |
| CoordinateList | _coordinates |
Definition at line 1273 of file Drawable.h.
| Magick::DrawablePolygon::DrawablePolygon | ( | const CoordinateList & | coordinates_ | ) |
Definition at line 921 of file Drawable.cpp.
| Magick::DrawablePolygon::DrawablePolygon | ( | const DrawablePolygon & | original_ | ) |
Definition at line 925 of file Drawable.cpp.
| Magick::DrawablePolygon::~DrawablePolygon | ( | void | ) |
Definition at line 931 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 954 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 934 of file Drawable.cpp.
|
private |
Definition at line 1289 of file Drawable.h.