|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| PathMovetoRel (const Magick::Coordinate &coordinate_) | |
| PathMovetoRel (const CoordinateList &coordinates_) | |
| PathMovetoRel (const PathMovetoRel &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| VPathBase * | copy () const |
Private Attributes | |
| CoordinateList | _coordinates |
Definition at line 3113 of file Drawable.h.
| Magick::PathMovetoRel::PathMovetoRel | ( | const Magick::Coordinate & | coordinate_ | ) |
Definition at line 2467 of file Drawable.cpp.
| Magick::PathMovetoRel::PathMovetoRel | ( | const CoordinateList & | coordinates_ | ) |
Definition at line 2471 of file Drawable.cpp.
| Magick::PathMovetoRel::PathMovetoRel | ( | const PathMovetoRel & | original_ | ) |
Definition at line 2475 of file Drawable.cpp.
| Magick::PathMovetoRel::~PathMovetoRel | ( | void | ) |
Definition at line 2480 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2491 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2483 of file Drawable.cpp.
|
private |
Definition at line 3135 of file Drawable.h.