|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| PathLinetoAbs (const Magick::Coordinate &coordinate_) | |
| PathLinetoAbs (const CoordinateList &coordinates_) | |
| PathLinetoAbs (const PathLinetoAbs &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| VPathBase * | copy () const |
Private Attributes | |
| CoordinateList | _coordinates |
Definition at line 2923 of file Drawable.h.
| Magick::PathLinetoAbs::PathLinetoAbs | ( | const Magick::Coordinate & | coordinate_ | ) |
Definition at line 2321 of file Drawable.cpp.
| Magick::PathLinetoAbs::PathLinetoAbs | ( | const CoordinateList & | coordinates_ | ) |
Definition at line 2325 of file Drawable.cpp.
| Magick::PathLinetoAbs::PathLinetoAbs | ( | const PathLinetoAbs & | original_ | ) |
Definition at line 2329 of file Drawable.cpp.
| Magick::PathLinetoAbs::~PathLinetoAbs | ( | void | ) |
Definition at line 2334 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2345 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2337 of file Drawable.cpp.
|
private |
Definition at line 2945 of file Drawable.h.