Definition at line 1693 of file Drawable.h.
◆ DrawableDashOffset()
Magick::DrawableDashOffset::DrawableDashOffset |
( |
const double | offset_ | ) |
|
|
inline |
Definition at line 1696 of file Drawable.h.
1697 : _offset(offset_)
1698 { }
◆ ~DrawableDashOffset()
Magick::DrawableDashOffset::~DrawableDashOffset |
( |
void | | ) |
|
◆ copy()
◆ offset() [1/2]
void Magick::DrawableDashOffset::offset |
( |
const double | offset_ | ) |
|
|
inline |
Definition at line 1708 of file Drawable.h.
1709 {
1710 _offset = offset_;
1711 }
◆ offset() [2/2]
double Magick::DrawableDashOffset::offset |
( |
void | | ) |
const |
|
inline |
Definition at line 1712 of file Drawable.h.
1713 {
1714 return _offset;
1715 }
◆ operator()()
void Magick::DrawableDashOffset::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _offset
double Magick::DrawableDashOffset::_offset |
|
private |
The documentation for this class was generated from the following files: