|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableDensity (const Point &density_) | |
| DrawableDensity (const std::string &density_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
Private Attributes | |
| std::string | _density |
Definition at line 831 of file Drawable.h.
| Magick::DrawableDensity::DrawableDensity | ( | const Point & | density_ | ) |
Definition at line 643 of file Drawable.cpp.
| Magick::DrawableDensity::DrawableDensity | ( | const std::string & | density_ | ) |
Definition at line 648 of file Drawable.cpp.
| Magick::DrawableDensity::~DrawableDensity | ( | void | ) |
Definition at line 653 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 663 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 657 of file Drawable.cpp.
|
private |
Definition at line 846 of file Drawable.h.