Definition at line 2960 of file Drawable.h.
◆ PathLinetoVerticalRel()
| Magick::PathLinetoVerticalRel::PathLinetoVerticalRel |
( |
double | y_ | ) |
|
|
inline |
Definition at line 2963 of file Drawable.h.
2964 : _y(y_)
2965 {
2966 }
◆ ~PathLinetoVerticalRel()
| Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::PathLinetoVerticalRel::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ y() [1/2]
| void Magick::PathLinetoVerticalRel::y |
( |
double | y_ | ) |
|
|
inline |
Definition at line 2976 of file Drawable.h.
2977 {
2978 _y = y_;
2979 }
◆ y() [2/2]
| double Magick::PathLinetoVerticalRel::y |
( |
void | | ) |
const |
|
inline |
Definition at line 2980 of file Drawable.h.
2981 {
2982 return _y;
2983 }
◆ _y
| double Magick::PathLinetoVerticalRel::_y |
|
private |
The documentation for this class was generated from the following files: