Loading...
Searching...
No Matches
Magick::resolutionUnitsImage Class Reference

Public Member Functions

 resolutionUnitsImage (const ResolutionType resolutionUnits_)
 
void operator() (Image &image_) const
 

Private Attributes

ResolutionType _resolutionUnits
 

Detailed Description

Constructor & Destructor Documentation

◆ resolutionUnitsImage()

Magick::resolutionUnitsImage::resolutionUnitsImage ( const ResolutionType  resolutionUnits_)

Definition at line 1532 of file STL.cpp.

1533 : _resolutionUnits( resolutionUnits_ )
1534{
1535}

Member Function Documentation

◆ operator()()

void Magick::resolutionUnitsImage::operator() ( Magick::Image image_) const

Definition at line 1536 of file STL.cpp.

1537{
1538 image_.resolutionUnits( _resolutionUnits );
1539}

Field Documentation

◆ _resolutionUnits

ResolutionType Magick::resolutionUnitsImage::_resolutionUnits
private

Definition at line 1717 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/imagemagick-dmo-7.1.1.38/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-dmo-7.1.1.38/Magick++/lib/STL.cpp