Magick++ 7.1.2-32
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::DrawableDensity Class Reference
Inheritance diagram for Magick::DrawableDensity:
Magick::DrawableBase

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

Detailed Description

Definition at line 831 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableDensity() [1/2]

Magick::DrawableDensity::DrawableDensity ( const Point & density_)

Definition at line 640 of file Drawable.cpp.

641 : _density(density_)
642{
643}

◆ DrawableDensity() [2/2]

Magick::DrawableDensity::DrawableDensity ( const std::string & density_)

Definition at line 645 of file Drawable.cpp.

646 : _density(density_)
647{
648}

◆ ~DrawableDensity()

Magick::DrawableDensity::~DrawableDensity ( void )

Definition at line 650 of file Drawable.cpp.

651{
652}

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableDensity::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 660 of file Drawable.cpp.

661{
662 return(new DrawableDensity(*this));
663}

◆ operator()()

void Magick::DrawableDensity::operator() ( MagickCore::DrawingWand * context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 654 of file Drawable.cpp.

656{
657 DrawSetDensity(context_,_density.c_str());
658}

Field Documentation

◆ _density

std::string Magick::DrawableDensity::_density
private

Definition at line 846 of file Drawable.h.


The documentation for this class was generated from the following files:
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp