Definition at line 1578 of file STL.h.
◆ lineWidthImage()
Magick::lineWidthImage::lineWidthImage |
( |
const double | lineWidth_ | ) |
|
Definition at line 1460 of file STL.cpp.
1461 : _lineWidth( lineWidth_ )
1462{
1463}
◆ operator()()
void Magick::lineWidthImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1464 of file STL.cpp.
1465{
1466 image_.lineWidth( _lineWidth );
1467}
◆ _lineWidth
double Magick::lineWidthImage::_lineWidth |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp