Definition at line 831 of file Drawable.h.
◆ DrawableDensity() [1/2]
Magick::DrawableDensity::DrawableDensity |
( |
const Point & | density_ | ) |
|
Definition at line 643 of file Drawable.cpp.
644 : _density(density_)
645{
646}
◆ DrawableDensity() [2/2]
Magick::DrawableDensity::DrawableDensity |
( |
const std::string & | density_ | ) |
|
Definition at line 648 of file Drawable.cpp.
649 : _density(density_)
650{
651}
◆ ~DrawableDensity()
Magick::DrawableDensity::~DrawableDensity |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawableDensity::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _density
std::string Magick::DrawableDensity::_density |
|
private |
The documentation for this class was generated from the following files: