Magick++
7.0.10
|
#include <Drawable.h>
Public Member Functions | |
DrawableStrokeDashOffset (const double offset_) | |
~DrawableStrokeDashOffset (void) | |
void | operator() (MagickCore::DrawingWand *context_) const |
DrawableBase * | copy () const |
void | offset (const double offset_) |
double | offset (void) const |
Public Member Functions inherited from Magick::DrawableBase | |
DrawableBase (void) | |
virtual | ~DrawableBase (void) |
Definition at line 1747 of file Drawable.h.
|
inline |
Definition at line 1750 of file Drawable.h.
Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset | ( | void | ) |
Definition at line 1257 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1267 of file Drawable.cpp.
void Magick::DrawableStrokeDashOffset::offset | ( | const double | offset_ | ) |
Definition at line 1272 of file Drawable.cpp.
double Magick::DrawableStrokeDashOffset::offset | ( | void | ) | const |
Definition at line 1277 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1262 of file Drawable.cpp.