Definition at line 1810 of file Drawable.h.
◆ DrawableStrokeAntialias()
| Magick::DrawableStrokeAntialias::DrawableStrokeAntialias |
( |
bool | flag_ | ) |
|
|
inline |
Definition at line 1813 of file Drawable.h.
1814 : _flag(flag_)
1815 { }
◆ ~DrawableStrokeAntialias()
| Magick::DrawableStrokeAntialias::~DrawableStrokeAntialias |
( |
void | | ) |
|
◆ copy()
◆ flag() [1/2]
| void Magick::DrawableStrokeAntialias::flag |
( |
bool | flag_ | ) |
|
|
inline |
Definition at line 1825 of file Drawable.h.
1826 {
1827 _flag = flag_;
1828 }
◆ flag() [2/2]
| bool Magick::DrawableStrokeAntialias::flag |
( |
void | | ) |
const |
|
inline |
Definition at line 1829 of file Drawable.h.
1830 {
1831 return _flag;
1832 }
◆ operator()()
| void Magick::DrawableStrokeAntialias::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::DrawableBase.
Definition at line 1220 of file Drawable.cpp.
1222{
1223 DrawSetStrokeAntialias( context_, static_cast<MagickBooleanType>
1224 (_flag ? MagickTrue : MagickFalse) );
1225}
◆ _flag
| bool Magick::DrawableStrokeAntialias::_flag |
|
private |
The documentation for this class was generated from the following files: