|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| PathLinetoRel (const Magick::Coordinate &coordinate_) | |
| PathLinetoRel (const CoordinateList &coordinates_) | |
| PathLinetoRel (const PathLinetoRel &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| VPathBase * | copy () const |
Private Attributes | |
| CoordinateList | _coordinates |
Definition at line 2947 of file Drawable.h.
| Magick::PathLinetoRel::PathLinetoRel | ( | const Magick::Coordinate & | coordinate_ | ) |
Definition at line 2349 of file Drawable.cpp.
| Magick::PathLinetoRel::PathLinetoRel | ( | const CoordinateList & | coordinates_ | ) |
Definition at line 2353 of file Drawable.cpp.
| Magick::PathLinetoRel::PathLinetoRel | ( | const PathLinetoRel & | original_ | ) |
Definition at line 2357 of file Drawable.cpp.
| Magick::PathLinetoRel::~PathLinetoRel | ( | void | ) |
Definition at line 2362 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2373 of file Drawable.cpp.
|
virtual |
Implements Magick::VPathBase.
Definition at line 2365 of file Drawable.cpp.
|
private |
Definition at line 2969 of file Drawable.h.