|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableStrokeDashOffset (const double offset_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | offset (const double offset_) |
| double | offset (void) const |
Private Attributes | |
| double | _offset |
Definition at line 1749 of file Drawable.h.
|
inline |
Definition at line 1752 of file Drawable.h.
| Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset | ( | void | ) |
Definition at line 1259 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1269 of file Drawable.cpp.
| void Magick::DrawableStrokeDashOffset::offset | ( | const double | offset_ | ) |
Definition at line 1274 of file Drawable.cpp.
| double Magick::DrawableStrokeDashOffset::offset | ( | void | ) | const |
Definition at line 1279 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1263 of file Drawable.cpp.
|
private |
Definition at line 1768 of file Drawable.h.