Definition at line 2932 of file Drawable.h.
◆ PathLinetoVerticalAbs()
| Magick::PathLinetoVerticalAbs::PathLinetoVerticalAbs |
( |
double | y_ | ) |
|
|
inline |
Definition at line 2935 of file Drawable.h.
2936 : _y(y_)
2937 {
2938 }
◆ ~PathLinetoVerticalAbs()
| Magick::PathLinetoVerticalAbs::~PathLinetoVerticalAbs |
( |
void | | ) |
|
◆ copy()
◆ operator()()
| void Magick::PathLinetoVerticalAbs::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ y() [1/2]
| void Magick::PathLinetoVerticalAbs::y |
( |
double | y_ | ) |
|
|
inline |
Definition at line 2948 of file Drawable.h.
2949 {
2950 _y = y_;
2951 }
◆ y() [2/2]
| double Magick::PathLinetoVerticalAbs::y |
( |
void | | ) |
const |
|
inline |
Definition at line 2952 of file Drawable.h.
2953 {
2954 return _y;
2955 }
◆ _y
| double Magick::PathLinetoVerticalAbs::_y |
|
private |
The documentation for this class was generated from the following files: