Definition at line 3059 of file Drawable.h.
◆ PathLinetoVerticalRel()
Magick::PathLinetoVerticalRel::PathLinetoVerticalRel |
( |
double | y_ | ) |
|
|
inline |
Definition at line 3062 of file Drawable.h.
3063 : _y(y_)
3064 {
3065 }
◆ ~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 3075 of file Drawable.h.
3076 {
3077 _y = y_;
3078 }
◆ y() [2/2]
double Magick::PathLinetoVerticalRel::y |
( |
void | | ) |
const |
|
inline |
Definition at line 3079 of file Drawable.h.
3080 {
3081 return _y;
3082 }
◆ _y
double Magick::PathLinetoVerticalRel::_y |
|
private |
The documentation for this class was generated from the following files: