Definition at line 1709 of file STL.h.
◆ resolutionUnitsImage()
Magick::resolutionUnitsImage::resolutionUnitsImage |
( |
const ResolutionType | resolutionUnits_ | ) |
|
Definition at line 1532 of file STL.cpp.
1533 : _resolutionUnits( resolutionUnits_ )
1534{
1535}
◆ operator()()
void Magick::resolutionUnitsImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1536 of file STL.cpp.
1537{
1538 image_.resolutionUnits( _resolutionUnits );
1539}
◆ _resolutionUnits
ResolutionType Magick::resolutionUnitsImage::_resolutionUnits |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp