Definition at line 3031 of file Drawable.h.
◆ PathLinetoVerticalAbs()
Magick::PathLinetoVerticalAbs::PathLinetoVerticalAbs |
( |
double | y_ | ) |
|
|
inline |
Definition at line 3034 of file Drawable.h.
3035 : _y(y_)
3036 {
3037 }
◆ ~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 3047 of file Drawable.h.
3048 {
3049 _y = y_;
3050 }
◆ y() [2/2]
double Magick::PathLinetoVerticalAbs::y |
( |
void | | ) |
const |
|
inline |
Definition at line 3051 of file Drawable.h.
3052 {
3053 return _y;
3054 }
◆ _y
double Magick::PathLinetoVerticalAbs::_y |
|
private |
The documentation for this class was generated from the following files: