Definition at line 99 of file Drawable.h.
◆ DrawableBase()
Magick::DrawableBase::DrawableBase |
( |
void | | ) |
|
◆ ~DrawableBase()
Magick::DrawableBase::~DrawableBase |
( |
void | | ) |
|
|
virtual |
◆ copy()
Definition at line 76 of file Drawable.cpp.
77{
78 return new DrawableBase(*this);
79}
◆ operator()()
void Magick::DrawableBase::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Definition at line 71 of file Drawable.cpp.
72{
73 (void) context_;
74}
The documentation for this class was generated from the following files: