Definition at line 1898 of file Drawable.h.
◆ DrawableStrokeWidth()
| Magick::DrawableStrokeWidth::DrawableStrokeWidth |
( |
double | width_ | ) |
|
|
inline |
Definition at line 1901 of file Drawable.h.
1902 : _width(width_)
1903 { }
◆ ~DrawableStrokeWidth()
| Magick::DrawableStrokeWidth::~DrawableStrokeWidth |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::DrawableStrokeWidth::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ width() [1/2]
| void Magick::DrawableStrokeWidth::width |
( |
double | width_ | ) |
|
|
inline |
Definition at line 1913 of file Drawable.h.
1914 {
1915 _width = width_;
1916 }
◆ width() [2/2]
| double Magick::DrawableStrokeWidth::width |
( |
void | | ) |
const |
|
inline |
Definition at line 1917 of file Drawable.h.
1918 {
1919 return _width;
1920 }
◆ _width
| double Magick::DrawableStrokeWidth::_width |
|
private |
The documentation for this class was generated from the following files: