Definition at line 1751 of file Drawable.h.
◆ DrawableStrokeLineJoin()
| Magick::DrawableStrokeLineJoin::DrawableStrokeLineJoin |
( |
LineJoin | linejoin_ | ) |
|
|
inline |
Definition at line 1754 of file Drawable.h.
1755 : _linejoin(linejoin_)
1756 { }
◆ ~DrawableStrokeLineJoin()
| Magick::DrawableStrokeLineJoin::~DrawableStrokeLineJoin |
( |
void | | ) |
|
◆ copy()
◆ linejoin() [1/2]
| void Magick::DrawableStrokeLineJoin::linejoin |
( |
LineJoin | linejoin_ | ) |
|
|
inline |
Definition at line 1766 of file Drawable.h.
1767 {
1768 _linejoin = linejoin_;
1769 }
◆ linejoin() [2/2]
| LineJoin Magick::DrawableStrokeLineJoin::linejoin |
( |
void | | ) |
const |
|
inline |
Definition at line 1770 of file Drawable.h.
1771 {
1772 return _linejoin;
1773 }
◆ 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: