|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| PathMovetoAbs (const Magick::Coordinate &coordinate_) | |
| PathMovetoAbs (const CoordinateList &coordinates_) | |
| PathMovetoAbs (const PathMovetoAbs &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| VPathBase * | copy () const |
Private Attributes | |
| CoordinateList | _coordinates |
Definition at line 3089 of file Drawable.h.
| Magick::PathMovetoAbs::PathMovetoAbs | ( | const Magick::Coordinate & | coordinate_ | ) |
Definition at line 2439 of file Drawable.cpp.
| Magick::PathMovetoAbs::PathMovetoAbs | ( | const CoordinateList & | coordinates_ | ) |
Definition at line 2443 of file Drawable.cpp.
| Magick::PathMovetoAbs::PathMovetoAbs | ( | const PathMovetoAbs & | original_ | ) |
Definition at line 2447 of file Drawable.cpp.
| Magick::PathMovetoAbs::~PathMovetoAbs | ( | void | ) |
Definition at line 2452 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2463 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2455 of file Drawable.cpp.
|
private |
Definition at line 3111 of file Drawable.h.