Definition at line 1973 of file Drawable.h.
◆ DrawableStrokeWidth()
Magick::DrawableStrokeWidth::DrawableStrokeWidth |
( |
double | width_ | ) |
|
|
inline |
Definition at line 1976 of file Drawable.h.
1977 : _width(width_)
1978 { }
◆ ~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 1988 of file Drawable.h.
1989 {
1990 _width = width_;
1991 }
◆ width() [2/2]
double Magick::DrawableStrokeWidth::width |
( |
void | | ) |
const |
|
inline |
Definition at line 1992 of file Drawable.h.
1993 {
1994 return _width;
1995 }
◆ _width
double Magick::DrawableStrokeWidth::_width |
|
private |
The documentation for this class was generated from the following files: