Definition at line 1801 of file Drawable.h.
◆ DrawableStrokeLineJoin()
Magick::DrawableStrokeLineJoin::DrawableStrokeLineJoin |
( |
LineJoin | linejoin_ | ) |
|
|
inline |
Definition at line 1804 of file Drawable.h.
1805 : _linejoin(linejoin_)
1806 { }
◆ ~DrawableStrokeLineJoin()
Magick::DrawableStrokeLineJoin::~DrawableStrokeLineJoin |
( |
void | | ) |
|
◆ copy()
◆ linejoin() [1/2]
void Magick::DrawableStrokeLineJoin::linejoin |
( |
LineJoin | linejoin_ | ) |
|
|
inline |
Definition at line 1816 of file Drawable.h.
1817 {
1818 _linejoin = linejoin_;
1819 }
◆ linejoin() [2/2]
LineJoin Magick::DrawableStrokeLineJoin::linejoin |
( |
void | | ) |
const |
|
inline |
Definition at line 1820 of file Drawable.h.
1821 {
1822 return _linejoin;
1823 }
◆ operator()()
void Magick::DrawableStrokeLineJoin::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _linejoin
LineJoin Magick::DrawableStrokeLineJoin::_linejoin |
|
private |
The documentation for this class was generated from the following files: